Skip to content

Commit

Permalink
fix: nxjson
Browse files Browse the repository at this point in the history
  • Loading branch information
SubstantialCattle5 committed Jul 25, 2024
1 parent c3ab074 commit 86a8b42
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
with:
node-version: '22'

# - name: Nx Cloud - Start CI Run
# run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js"
# env:
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
# NX_BRANCH: ${{ github.ref }}
# NX_RUN_GROUP: ${{ github.run_id }}
- name: Nx Cloud - Start CI Run
run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js"
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
NX_BRANCH: ${{ github.ref }}
NX_RUN_GROUP: ${{ github.run_id }}

- name: Install dependencies
run: npm ci
Expand All @@ -36,7 +36,7 @@ jobs:
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

# - name: Nx Cloud - Complete CI Run
# run: npx nx-cloud complete-ci-run
# env:
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
- name: Nx Cloud - Complete CI Run
run: npx nx-cloud complete-ci-run
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

0 comments on commit 86a8b42

Please sign in to comment.