From 09f143b1ac30d4bf17db28a67d809014cf003754 Mon Sep 17 00:00:00 2001 From: Josue Date: Sat, 3 Dec 2022 13:47:26 -0500 Subject: [PATCH] test: add updating the os --- .github/workflows/e2e-tests-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests-ci.yml b/.github/workflows/e2e-tests-ci.yml index ea609676fd..ab5d0f97fa 100644 --- a/.github/workflows/e2e-tests-ci.yml +++ b/.github/workflows/e2e-tests-ci.yml @@ -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 }}