diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 633f30b..0b27e32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,7 @@ jobs: - run: npx playwright install - run: npm test - uses: actions/upload-artifact@v3 + if: always() with: name: test-results-node${{ matrix.node-version }} path: test-results/