Skip to content

Commit

Permalink
chore: update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Dec 31, 2024
1 parent 8a960f3 commit b57ee43
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
node-version-file: .nvmrc
cache: 'yarn'

- name: Install dependencies
- name: Install root dependencies
run: yarn install --immutable

- name: Install auth-sample dependencies
run: yarn install --immutable
working-directory: examples/apps/auth-sample

- name: Lint
run: yarn lint

Expand All @@ -43,4 +47,4 @@ jobs:
with:
name: playwright-report
path: sdk/playwright-report/
retention-days: 30
retention-days: 30

0 comments on commit b57ee43

Please sign in to comment.