Skip to content

Commit

Permalink
avoiding multilines command
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Sep 14, 2023
1 parent 9322f29 commit 671ed34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@ jobs:
node-version: '16.x'
- name: Build and test WebARKitLib
run: |
cd tests && mkdir build && cd build \
cmake .. \
cd bin/Debug && ./webarkit_test.exe
cd tests && mkdir build && cd build && cmake .. && cd bin/Debug && ./webarkit_test.exe

0 comments on commit 671ed34

Please sign in to comment.