Skip to content

Commit 58b981a

Browse files
committed
Remove report upload
1 parent 25753fd commit 58b981a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,4 @@ jobs:
3030
run: npm test
3131
env:
3232
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
33-
34-
- uses: actions/upload-artifact@v3
35-
if: always()
36-
with:
37-
name: playwright-report
38-
path: playwright-report/
39-
retention-days: 30
33+

0 commit comments

Comments
 (0)