Skip to content

Commit 86c56d1

Browse files
author
Jonas Heinle
committed
fixes
1 parent 931b232 commit 86c56d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cmake --build ${{ github.workspace }}/${{ env.BUILD_DIR }} --preset "$PRESET"
7070
7171
- name: Run Unit/Integration tests
72-
working-directory: ${{github.workspace}}/${{ env.BUILD_DIR }}
72+
working-directory: ${{ env.BUILD_DIR }}
7373
run: ctest -C ${{env.BUILD_TYPE}} --verbose --extra-verbose --debug -T test --output-on-failure -E Integration.VulkanEngine RendererTest.BasicSetup
7474

7575
- name: Run fuzzer tests

0 commit comments

Comments
 (0)