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 b6e64bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/e2e-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
e2e:
name: End-To-End Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [14.x, 16.x]
Expand Down 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 b6e64bd

Please sign in to comment.