mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 18:51:19 +00:00
remove use action with additional args test (already tested on other job
This commit is contained in:
parent
4f3e895bf2
commit
44d52623ce
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -72,21 +72,3 @@ jobs:
|
||||
|
||||
- name: Run build result
|
||||
run: build/${{ matrix.lang == 'C' && 'hello_world_c' || 'hello_world' }}
|
||||
|
||||
use-action-with-additional-args:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Use this action with build txt enabled
|
||||
uses: ./
|
||||
with:
|
||||
source-dir: test
|
||||
args: -D BUILD_TXT=ON
|
||||
|
||||
- name: Run build result
|
||||
run: build/hello_world
|
||||
|
||||
- name: Check if the txt result exist
|
||||
run: cat build/hello_world.txt
|
||||
|
Loading…
Reference in New Issue
Block a user