Skip to content

Commit

Permalink
test: add updating the os
Browse files Browse the repository at this point in the history
  • Loading branch information
manekenpix committed Dec 3, 2022
1 parent 032f102 commit 4570717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:

- name: Install dependencies
run: pnpm install
- name: Install Playwright
# - name: Install Playwright dependencies
#run: sudo apt install -y libglib2.0-0 libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libdbus-1-3 libatspi2.0-0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libxkbcommon0 libpango-1.0-0 libcairo2 libasound2
- name: This is the dumbest thing I've ever seen
run: pnpm playwright-deps
# Pull, build, and run containers, then start e2e tests
- name: Pull/Build Docker Containers Necessary for Running E2E Tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "pnpm turbo run test",
"jest": "jest -c jest.config.js --",
"jest:e2e": "jest -c jest.config.e2e.js --forceExit --",
"playwright-deps": "pnpm playwright install --with-deps",
"playwright-deps": "sudo pnpx playwright install --with-deps",
"coverage": "jest -c jest.config.js --collectCoverage --",
"jest-watch": "jest -c jest.config.js --watch --",
"jest-update": "jest -c jest.config.js --updateSnapshot --",
Expand Down

0 comments on commit 4570717

Please sign in to comment.