Skip to content

Commit 19d0dce

Browse files
authored
Merge pull request gperdomor#677 from gperdomor/feature/ci
ci: update ci config
2 parents 62c5a6b + cc388ac commit 19d0dce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: CI
2+
23
on:
34
push:
45
branches:
@@ -11,6 +12,8 @@ jobs:
1112
uses: nrwl/ci/.github/workflows/[email protected]
1213
with:
1314
number-of-agents: 3
15+
init-commands: |
16+
npx nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
1417
parallel-commands: |
1518
npx nx-cloud record -- npx nx workspace-lint
1619
npx nx-cloud record -- npx nx format:check

0 commit comments

Comments
 (0)