Skip to content

Commit

Permalink
Fix path for running tests in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesh committed Jul 14, 2024
1 parent a7feee3 commit ecc0b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: msbuild /r /m /p:Configuration=Debug /p:Platform=x64 build\foo_openlyrics.sln

- name: Run tests
run: .\x64\Debug\test_foo_openlyrics.exe .\x64\Debug\foo_openlyrics.dll
run: build\x64\Debug\test_foo_openlyrics.exe build\x64\Debug\foo_openlyrics.dll

0 comments on commit ecc0b42

Please sign in to comment.