Skip to content

Commit

Permalink
ci: specify server and site e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Nov 6, 2023
1 parent 4688521 commit fa48058
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,15 @@ jobs:
shell: bash
run: pnpm i

- name: Run E2E Tests
- name: Run Site E2E Tests
shell: bash
run: pnpm exec nx affected -t e2e --parallel --configuration=ci
run: pnpm exec nx run site-e2e:e2e --configuration=ci
continue-on-error: true

- name: Run Server E2E Tests
shell: bash
run: pnpm exec nx run server-e2e:e2e --configuration=ci
continue-on-error: true
timeout-minutes: 30

agents:
name: Nx Cloud - Agents
Expand Down

0 comments on commit fa48058

Please sign in to comment.