We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89d477 commit 682b88eCopy full SHA for 682b88e
.github/workflows/playwright.yml
@@ -20,13 +20,15 @@ jobs:
20
run: pnpm install
21
- name: Install Playwright Browsers
22
run: npx playwright install --with-deps
23
+ - name: Install @playwright/test package
24
+ run: pnpm add -D @playwright/test
25
- name: Creates environment variables
26
run: |
27
echo "LASTFM_API_BASE_URL: https://ws.audioscrobbler.com/2.0/"
28
echo "LASTFM_API_KEY: abcdefghijklmnopqrstuvxyz"
29
- name: Run Playwright tests
30
run: pnpm dlx playwright test
- - uses: actions/upload-artifact@v3
31
+ - uses: actions/upload-artifact@v2
32
if: always()
33
with:
34
name: playwright-report
0 commit comments