Skip to content

Commit

Permalink
printing directory and trying install
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Jan 7, 2025
1 parent 909e356 commit 91dcfe7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 45 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ jobs:
# Add any additional deployments here
- run: pushd e2e/playwright/
- name: Install dependencies
run: npm ci
run: |
ls
npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
# Runs all playwright tests
Expand Down
43 changes: 1 addition & 42 deletions e2e/playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions e2e/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"description": "",
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/node": "^22.10.2",
"zx": "^8.2.4"
"@types/node": "^22.10.2"
},
"dependencies": {
"child_process": "^1.0.2",
Expand Down

0 comments on commit 91dcfe7

Please sign in to comment.