Skip to content

Commit

Permalink
try fix attw
Browse files Browse the repository at this point in the history
  • Loading branch information
promer94 committed Apr 26, 2024
1 parent 9a5f456 commit 47ffd9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pnpm clean
pnpm build
pnpm run-all-checks
npm pack
pnpm attw
pnpm test
pnpm test:build
Expand All @@ -45,7 +46,7 @@ jobs:
pnpm test:e2e
- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: playwright-report
path: playwright-report
Expand Down

0 comments on commit 47ffd9f

Please sign in to comment.