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 81a8c11
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-20.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: pnpm playwright-deps
#- name: This is the dumbest thing I've ever seen
run: PLAYWRIGHT_BROWSERS_PATH=0 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 81a8c11

Please sign in to comment.