Skip to content

Commit 682b88e

Browse files
committed
fix github actions for playwright tests
1 parent e89d477 commit 682b88e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/playwright.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ jobs:
2020
run: pnpm install
2121
- name: Install Playwright Browsers
2222
run: npx playwright install --with-deps
23+
- name: Install @playwright/test package
24+
run: pnpm add -D @playwright/test
2325
- name: Creates environment variables
2426
run: |
2527
echo "LASTFM_API_BASE_URL: https://ws.audioscrobbler.com/2.0/"
2628
echo "LASTFM_API_KEY: abcdefghijklmnopqrstuvxyz"
2729
- name: Run Playwright tests
2830
run: pnpm dlx playwright test
29-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v2
3032
if: always()
3133
with:
3234
name: playwright-report

0 commit comments

Comments
 (0)