Skip to content

Commit

Permalink
chore: debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 12, 2023
1 parent 8a5719c commit 982e6f6
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/browser_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,17 @@ jobs:
- ubuntu-latest
browser:
- chrome
- firefox
node-version:
- 20.9.0
firefox:
- latest
steps:
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: ${{ matrix.firefox }}
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm test
- 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 982e6f6

Please sign in to comment.