We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefa533 commit 1319a08Copy full SHA for 1319a08
.github/workflows/ci_checks.yml
@@ -59,7 +59,7 @@ jobs:
59
- run: git branch --track master origin/master
60
if: ${{ github.event_name == 'pull_request' }}
61
- run: |
62
- npx nx-cloud start-ci-run --distribute-on="3 windows-medium-js"
+ npx nx-cloud start-ci-run --distribute-on="3 windows-medium-js" --require-explicit-completion
63
- uses: browser-actions/setup-chrome@v1
64
- name: Use Node.js ${{ env.node_version }}
65
uses: actions/setup-node@v2
@@ -80,3 +80,4 @@ jobs:
80
- run: yarn nx affected --targets="test,build" --configuration=ci --exclude=nx-console
81
- run: yarn nx affected --targets="e2e,e2e-ci" --configuration=ci --exclude=nx-console --parallel=1
82
timeout-minutes: 45
83
+ - run: npx nx-cloud complete-ci-run
0 commit comments