Skip to content

Commit

Permalink
More path fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Dec 23, 2024
1 parent c2f692c commit fabd7e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests
run: |
cd build
cd build/x64-release-linux
./CommonItemsTests
- name: Run gcov
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows_cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: "Run tests"
run: |
cd $Env:GITHUB_WORKSPACE\build\x64-release-windows
dir
.\CommonItemsTests.exe
- name: "Cleanup"
Expand Down

0 comments on commit fabd7e7

Please sign in to comment.