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 994c7db commit f600d3cCopy full SHA for f600d3c
.github/workflows/ci.yml
@@ -22,7 +22,6 @@ env:
22
NEXT_TELEMETRY_DISABLED: '1'
23
NX_BRANCH: ${{ github.event.number }}
24
NX_RUN_GROUP: ${{ github.run_id }}
25
- NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
26
27
jobs:
28
main:
@@ -67,7 +66,6 @@ jobs:
67
66
echo '${{ secrets.DEV_REACT_APP_CONFIG }}' > config.json
68
echo '${{ secrets.DEV_ONE_APP_CONFIG }}' | jq -r 'to_entries | .[] | "\(.key)=\(.value)"' > services/one-app/.env
69
70
- # Run tasks in parallel using Nx's parallel execution
71
- name: 🏃 Run CI Tasks
72
run: |
73
pnpm nx affected --parallel=3 \
0 commit comments