Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Oct 9, 2024
1 parent 429f730 commit 17b4196
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Clone Queen
- name: Install dependencies
run: |
ls
npm install -g yarn
yarn --cwd Pearl-Jam
yarn --cwd Drama-Queen
- name: Install Playwright Browsers
working-directory: ./Pearl-Jam
run: npx playwright install --with-deps
- name: Run Playwright tests
working-directory: ./Pearl-Jam
run: |
npx playwright test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
working-directory: ./Pearl-Jam
with:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit 17b4196

Please sign in to comment.