Skip to content

Commit

Permalink
Change the order of the jobs in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Nov 16, 2023
1 parent 4d807c9 commit f345582
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@ jobs:
- name: Install Playwright browser and dependencies
run: pnpm dlx playwright install --with-deps chromium

- name: Lint
run: pnpm test:lint

- name: Run Build and Tests
if: always()
run: pnpm run build-test:packages
env:
CI: true

- name: Lint
run: pnpm test:lint

- name: Run Playwright tests
run: pnpm test:e2e
env:
Expand Down

0 comments on commit f345582

Please sign in to comment.