Skip to content

Commit

Permalink
Merge pull request #745 from techmatters/SJH-fix_playwrith_deps_e2e
Browse files Browse the repository at this point in the history
Fix playwright dependencies
  • Loading branch information
stephenhand authored Jan 16, 2025
2 parents 8b6030e + 0fc6df4 commit afc7048
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/serverless-pre-release-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,8 @@ jobs:
run: npm ci
working-directory: ./flex-plugins/e2e-tests

- name: Setup dependencies for playwright/browsers
uses: microsoft/playwright-github-action@v1

- name: Install Playwright CLI
run: npx playwright install
run: npx playwright install --with-deps chromium
working-directory: ./flex-plugins/e2e-tests

# Run E2E tests against actual E2E Flex instance
Expand Down

0 comments on commit afc7048

Please # to comment.