Skip to content

Commit

Permalink
Fixup: windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Mar 15, 2023
1 parent 1842918 commit 1f4f42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Run unit tests
- name: Run tests
run: |
cd ${{github.workspace}}\build\test\test-adiar/
cd ${{github.workspace}}\build\test\
ls .
./test-adiar --reporter=info --colorizer=light
./test-adiar.dir --reporter=info --colorizer=light

0 comments on commit 1f4f42a

Please sign in to comment.