From 750ce2fe92e4853eaf961f8f9687f105bce6330d Mon Sep 17 00:00:00 2001 From: Chris Frohoff Date: Thu, 24 Mar 2022 23:36:30 -0700 Subject: [PATCH] test --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) 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