Skip to content

Commit

Permalink
ci: delete unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
culdo committed Mar 17, 2024
1 parent 3e75d62 commit e6cd724
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,14 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npx playwright install --with-deps
- name: Test
- name: Build and Test
run: npm test
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
- name: Build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
Expand Down

0 comments on commit e6cd724

Please sign in to comment.