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 86733b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
# Run unit tests
- name: Run tests
run: |
cd ${{github.workspace}}\build\test\test-adiar/
cd ${{github.workspace}}\build\
ls ..
ls .
./test-adiar --reporter=info --colorizer=light
ls test
test-adiar --reporter=info --colorizer=light

0 comments on commit 86733b6

Please sign in to comment.