From c4db9cd3aa0054c9619417da116a5dd1b1a8c8aa 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests-ci.yml b/.github/workflows/e2e-tests-ci.yml index ea609676fd..1ad6aa0053 100644 --- a/.github/workflows/e2e-tests-ci.yml +++ b/.github/workflows/e2e-tests-ci.yml @@ -34,8 +34,8 @@ 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 # 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 }}