Skip to content

Commit

Permalink
chore(repo): run set-shas orb before invoking start-ci-run (nrwl#21437)
Browse files Browse the repository at this point in the history
  • Loading branch information
StalkAltan authored Jan 30, 2024
1 parent 250816c commit b505262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
NX_CI_EXECUTION_ENV: 'linux'
steps:
- checkout
- nx/set-shas:
main-branch-name: 'master'
- run: npx nx-cloud@next start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml" --stop-agents-after="e2e"
- run:
command: |
Expand All @@ -96,8 +98,6 @@ jobs:
- browser-tools/install-chromedriver
- run-pnpm-install:
os: linux
- nx/set-shas:
main-branch-name: 'master'
- run:
name: Check Documentation
command: pnpm nx documentation --no-dte
Expand Down

0 comments on commit b505262

Please sign in to comment.