Skip to content

Commit

Permalink
run CI verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 10, 2024
1 parent ad2cbca commit 6d5a216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- name: Install dependencies
run: npm i
- name: pretarget E2E test project
run: npx nx run cli-e2e-pretarget:pretarget-e2e --parallel 1
run: npx nx run cli-e2e-pretarget:pretarget-e2e --parallel=1 --verbose
- name: graph E2E test project
run: npx nx run cli-e2e-graph:graph-e2e --parallel 1
run: npx nx run cli-e2e-graph:graph-e2e --parallel=1 --verbose
- name: env E2E test project
run: npx nx run cli-e2e-env:env-e2e --parallel 1
run: npx nx run cli-e2e-env:env-e2e --parallel=1 --verbose
- name: Original E2E test project
run: npx nx run cli-e2e-original:original-e2e --parallel 1
run: npx nx run cli-e2e-original:original-e2e --parallel=1 --verbose
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: npm i
- name: E2E test all projects with buildable environmnets
# run-many is only used to trigger the e2e tasks on every PR. affected would be a real life implementation
run: npx nx run-many -t e2e --parallel 1
run: npx nx run-many -t e2e --parallel=1 --verbose

0 comments on commit 6d5a216

Please sign in to comment.