Skip to content

Commit

Permalink
Also upload the build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Dec 8, 2024
1 parent e6bf945 commit bb07866
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.e2e_tests.conclusion == 'failure' }}
with:
name: screenshots
path: cypress/screenshots/
name: screenshots-and-build
path: |
cypress/screenshots/
dist/

0 comments on commit bb07866

Please sign in to comment.