Skip to content

Commit 31091a2

Browse files
committed
Update file(s) "/.github" from "ZigRazor/CXXGraph"
1 parent 7186b25 commit 31091a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake_fedora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ jobs:
605605

606606
# ── Test ──────────────────────────────────────────────────────────────
607607
- name: Test
608-
working-directory: build
608+
working-directory: build/test
609609
run: |
610610
ctest \
611611
--build-config ${{ matrix.build_type }} \
@@ -620,6 +620,6 @@ jobs:
620620
uses: actions/upload-artifact@v7
621621
with:
622622
name: fedora-test-results-${{ matrix.name }}
623-
path: build/Testing/**/*.xml
623+
path: build/test/Testing/**/*.xml
624624
if-no-files-found: ignore
625625
retention-days: 14

0 commit comments

Comments
 (0)