Skip to content

Commit

Permalink
fix path and typo in the action script
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Sep 14, 2023
1 parent c224383 commit 53b492f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: enter in the build directotry
run: cd tests/build
- name: create and enter in the build directory
run: cd tests && mkdir build && cd build
- name: Build
run: cmake ..
- name: Test
run: cd build/bin/Debug && ./webarkit_test.exe
run: cd bin/Debug && ./webarkit_test.exe

0 comments on commit 53b492f

Please sign in to comment.