Skip to content

Commit

Permalink
refactor: Update PR tests workflow to use npx playwright for E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Oct 22, 2024
1 parent 8b5c9b4 commit b4f03b0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,17 @@ jobs:
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Start Test Node
run: pnpm node:up

- name: Run PNPM install
id: pnpm-cache
run: pnpm install --frozen-lockfile

# - name: Install Playwright Browsers
# run: pnpm exec playwright install --with-deps chromium

# E2E tests running with Playwright
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium

- name: Run build:connectors
run: pnpm build:connectors
Expand Down

0 comments on commit b4f03b0

Please sign in to comment.