Skip to content

Commit

Permalink
[IMP] Install only chromium and firefox for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Oct 2, 2024
1 parent 3f536fa commit bb85d16
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,15 @@ jobs:
- name: Start development server
run: |
docker compose --file docker-compose.dev.yml up --detach
- name: Install e2e dependencies
working-directory: e2e
run: npm ci
- name: Install playwright dependencies
working-directory: e2e
run: npx playwright install --with-deps chromium firefox
- name: Run end to end tests
working-directory: e2e
run: |
npm ci
npx playwright install --with-deps
npx playwright test
run: npx playwright test
- name: Generate GraphQL documentation
run: |
npx spectaql@^3.0.2 source/spectaql/config.yml
Expand Down

0 comments on commit bb85d16

Please sign in to comment.