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 09f143b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:

- name: Install dependencies
run: pnpm install
- name: Install Playwright
run: pnpm playwright-deps
- 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 libenchant1c2a libvpx6 libwebp6
#- name: This is the dumbest thing I've ever seen
# run: sudo npx playwright install --with-deps
# Pull, build, and run containers, then start e2e tests
- name: Pull/Build Docker Containers Necessary for Running E2E Tests
run: docker compose --env-file ./config/env.development up -d ${{ env.DOCKER_CONTAINERS }}
Expand Down

0 comments on commit 09f143b

Please sign in to comment.