Skip to content

Commit

Permalink
Add path to report
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Apr 1, 2024
1 parent 7ed51c8 commit 1e87367
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build_minimal_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: Linux build check

on:
push:
Expand All @@ -23,14 +23,16 @@ jobs:
./build.sh
- name: Run unit tests
run: |
ls
cd aquamarine/unit_tests
./prepare_build.sh
./make_and_run_tests.sh
ls aquamarine/unit_tests/build
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: always()
with:
files: |
test-results/**/am_ut_report.xml
test-results/**/*.xml
test-results/**/*.json
aquamarine/unit_tests/*.xml
2 changes: 1 addition & 1 deletion .github/workflows/build_minimal_windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: Windows build check

on:
push:
Expand Down

0 comments on commit 1e87367

Please sign in to comment.