Skip to content

Commit

Permalink
reorder CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 9, 2024
1 parent d4b6374 commit 30423a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
uses: nrwl/nx-set-shas@v4
- name: Install dependencies
run: npm i
- name: Original E2E test project
run: npx nx run cli-e2e-original:original-e2e
- name: env E2E test project
run: npx nx run cli-e2e-env:env-e2e
- name: graph E2E test project
run: npx nx run cli-e2e-graph:graph-e2e
- name: pretarget E2E test project
run: npx nx run cli-e2e-graph:pretarget-e2e
- name: E2E test all projects with buildable environmnets
run: npx nx run-many -t e2e --parallel 10
- name: pretarget E2E test project
run: npx nx run cli-e2e-graph:pretarget-e2e
- name: graph E2E test project
run: npx nx run cli-e2e-graph:graph-e2e
- name: env E2E test project
run: npx nx run cli-e2e-env:env-e2e
- name: Original E2E test project
run: npx nx run cli-e2e-original:original-e2e

0 comments on commit 30423a0

Please sign in to comment.