diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5b92be..fbfcaa2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -104,6 +104,7 @@ jobs: - run: pip install pytablewriter - run: cat out.txt | python artifacts/results/results.py > matrix.md - uses: actions/upload-artifact@v3 + if: always() with: name: out path: out.txt