Skip to content

Commit

Permalink
Re-enabled main ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwillmsen committed Nov 3, 2023
1 parent 177b3fe commit 1d065c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
parallel-commands-on-agents: |
npx nx affected --target=lint --parallel=3 --ci
npx nx affected --target=test --parallel=3 --ci --code-coverage
npx nx affected --target=component-test --parallel=3
npx nx affected --target=component-test --parallel=1
npx nx affected --target=e2e --parallel=3
npx nx affected --target=build --parallel=3
Expand Down

0 comments on commit 1d065c0

Please sign in to comment.