diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c6cebb..3da0500 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,6 +25,13 @@ jobs: ./configure make test + - if: ${{ failure() }} + name: Upload tests output + uses: actions/upload-artifact@v3 + with: + name: tests-smoketest + path: tests + smoketest_all_opts: name: Smoke test With all options turned on runs-on: ubuntu-latest @@ -174,7 +181,7 @@ jobs: name: Upload tests output uses: actions/upload-artifact@v3 with: - name: tests-out + name: tests-linux path: tests - name: Generate coverage reports @@ -244,7 +251,7 @@ jobs: name: Upload tests output uses: actions/upload-artifact@v3 with: - name: tests-out + name: tests-macos path: tests - name: Generate coverage reports @@ -321,7 +328,7 @@ jobs: name: Upload tests output uses: actions/upload-artifact@v3 with: - name: tests-out + name: tests-windows path: tests - name: Generate coverage data