diff --git a/.github/workflows/feature-tests.yml b/.github/workflows/feature-tests.yml index ec9177e..8010330 100644 --- a/.github/workflows/feature-tests.yml +++ b/.github/workflows/feature-tests.yml @@ -23,3 +23,10 @@ jobs: run: npm run build - name: Run feature tests run: npm run test:demo + - name: Upload Artifact + if: ${{ failure() }} + uses: actions/upload-artifact@v4 + with: + name: results + path: demo/test/results/report.html + retention-days: 3