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.
develop
1 parent 80494e4 commit 19b3be6Copy full SHA for 19b3be6
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- run: pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e" --with-env-vars="ANDROID_SDK_VERSION,FLUTTER_VERSION,JDK_VERSION"
35
36
# This line is needed for nx affected to work when CI is running on a PR
37
- - run: git branch --track develop origin/develop
+ - run: git branch --track develop origin/develop || exit 0
38
39
- run: pnpm exec nx-cloud record -- nx format:check
40
- run: pnpm exec nx affected -t lint test build e2e --exclude=smoke --codeCoverage
0 commit comments