Skip to content

Commit

Permalink
Update pr-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Oct 22, 2024
1 parent b4f03b0 commit f0ae40c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ jobs:
- name: Run PNPM install
id: pnpm-cache
run: pnpm install --frozen-lockfile


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

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

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

- name: Run Playwright tests
run: xvfb-run --auto-servernum -- pnpm --filter e2e-tests test:e2e
env:
Expand Down

0 comments on commit f0ae40c

Please sign in to comment.