Skip to content

Commit

Permalink
chore: update e2e tasks, to only populate local registry once for a…
Browse files Browse the repository at this point in the history
…ll tests
  • Loading branch information
tinesoft committed Sep 3, 2024
1 parent 4cc9789 commit f141062
Show file tree
Hide file tree
Showing 5 changed files with 2,664 additions and 2,799 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Connect your workspace on nx.app and uncomment this to enable task distribution.
# The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e" targets have been requested
- 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"
- run: pnpm exec nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e-ci" --with-env-vars="ANDROID_SDK_VERSION,FLUTTER_VERSION,JDK_VERSION"

# This line is needed for nx affected to work when CI is running on a PR
- run: git branch --track develop origin/develop || exit 0
Expand All @@ -46,4 +46,4 @@ jobs:
main-branch-name: 'develop'

- run: pnpm exec nx-cloud record -- nx format:check
- run: pnpm exec nx affected -t lint test-ci build e2e --parallel=5 --exclude=smoke
- run: pnpm exec nx affected -t lint test-ci build e2e-ci --parallel=5 --exclude=smoke
Loading

0 comments on commit f141062

Please sign in to comment.