Skip to content

Commit

Permalink
chore: ci upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkenos committed Aug 24, 2024
1 parent 9725e47 commit 5406fdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/feature-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5406fdc

Please sign in to comment.