Skip to content

Commit

Permalink
chore: (jobs.test.steps)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 15, 2023
1 parent 383a59c commit b3b7b95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/browser_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
- run: npm cit
env:
BROWSER: ${{ matrix.browser }}
- uses: actions/upload-artifact@v3
with:
name: screenshots
path: ${{ github.workspace }}/build/test/**/*
retention-days: 3
if: always()
release:
needs:
- test
Expand Down

0 comments on commit b3b7b95

Please sign in to comment.