Skip to content

Commit

Permalink
Save screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Nov 5, 2024
1 parent 094d3b3 commit b9e5d59
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ jobs:

- name: Run local tests
run: npm test
# - name: Run unit tests
# run: npm run test:unit
# - name: Run integration tests # (linux/osx)
# if: startsWith(runner.OS, 'windows') == false
# run: DEBUG=testing:* npm run test:integration
# - name: Run integration tests # (windows)
# if: startsWith(runner.OS, 'windows')
# run: set DEBUG=testing:* & npm run test:integration

- name: Archive screenshots
if: always()
# if: failure()
uses: actions/upload-artifact@v4
with:
path: tmp/screenshots/**/*.png
retention-days: 3

# Deploys the final package to NPM
deploy:
Expand Down

0 comments on commit b9e5d59

Please sign in to comment.