Skip to content

Commit

Permalink
remove working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien committed Oct 20, 2023
1 parent d58f527 commit 3c6afd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install dependencies
working-directory: path/to/playwright/folder # update accordingly
run: npm ci
- name: Install Playwright browsers
run: npx playwright install --with-deps
Expand Down

0 comments on commit 3c6afd2

Please sign in to comment.