Skip to content

Commit

Permalink
the commands should stay in the same run
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Sep 14, 2023
1 parent 237d87c commit 9322f29
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: create and enter in the build directory
run: |
cd tests && mkdir build && cd build
- name: Build
run: cmake ..
- name: Test
- name: Build and test WebARKitLib
run: |
cd tests && mkdir build && cd build \
cmake .. \
cd bin/Debug && ./webarkit_test.exe

0 comments on commit 9322f29

Please sign in to comment.