diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 606220a0e1..8f6c63eb25 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,6 +56,7 @@ jobs: npm run install-ci - run: npm run test-int-x - name: Store test artifacts + if: always() uses: actions/upload-artifact@v2 with: name: integration-test-artifacts