Skip to content

Commit f600d3c

Browse files
committed
chore: ci working test 4 (#ci-adjust)
1 parent 994c7db commit f600d3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ env:
2222
NEXT_TELEMETRY_DISABLED: '1'
2323
NX_BRANCH: ${{ github.event.number }}
2424
NX_RUN_GROUP: ${{ github.run_id }}
25-
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
2625

2726
jobs:
2827
main:
@@ -67,7 +66,6 @@ jobs:
6766
echo '${{ secrets.DEV_REACT_APP_CONFIG }}' > config.json
6867
echo '${{ secrets.DEV_ONE_APP_CONFIG }}' | jq -r 'to_entries | .[] | "\(.key)=\(.value)"' > services/one-app/.env
6968
70-
# Run tasks in parallel using Nx's parallel execution
7169
- name: 🏃 Run CI Tasks
7270
run: |
7371
pnpm nx affected --parallel=3 \

0 commit comments

Comments
 (0)