Skip to content

Commit

Permalink
upload test log
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagepc committed Nov 4, 2023
1 parent 3fb8734 commit ac7e8a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
- name: Run QTest
run: cd ${{ runner.workspace }}/MINI404/build && make check-qtest-buddy -j4
continue-on-error: true

- name: Upload log
uses: actions/upload-artifact@v3.1.1
with:
name: Test_log
path: ${{ runner.workspace }}/MINI404/build/meson-logs/testlog.txt

- name: Generate Coverage report
run: cd ${{ runner.workspace }}/MINI404/build && make coverage-html -j4
Expand Down

0 comments on commit ac7e8a6

Please sign in to comment.