We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7186b25 commit 31091a2Copy full SHA for 31091a2
1 file changed
.github/workflows/cmake_fedora.yml
@@ -605,7 +605,7 @@ jobs:
605
606
# ── Test ──────────────────────────────────────────────────────────────
607
- name: Test
608
- working-directory: build
+ working-directory: build/test
609
run: |
610
ctest \
611
--build-config ${{ matrix.build_type }} \
@@ -620,6 +620,6 @@ jobs:
620
uses: actions/upload-artifact@v7
621
with:
622
name: fedora-test-results-${{ matrix.name }}
623
- path: build/Testing/**/*.xml
+ path: build/test/Testing/**/*.xml
624
if-no-files-found: ignore
625
retention-days: 14
0 commit comments