remove use action with additional args test (already tested on other job

This commit is contained in:
Alfi Maulana 2023-01-08 14:10:50 +07:00
parent 4f3e895bf2
commit 44d52623ce
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -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