File tree Expand file tree Collapse file tree 6 files changed +20
-21
lines changed Expand file tree Collapse file tree 6 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 88 shell : bash
99 run : pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --packageManager=pnpm --comment=off
1010
11+ - name : Run Builds
12+ shell : bash
13+ run : pnpm nx run-many -t build --no-agents
14+
15+ - name : Generate API Docs
16+ shell : bash
17+ run : pnpm generate-docs
18+
1119 - name : Publish api docs [beta]
12201321 with :
Original file line number Diff line number Diff line change 3030 "publishedPackages": "${{ steps.slackify.outputs.message }}"
3131 }
3232
33+ - name : Run Builds
34+ shell : bash
35+ run : pnpm nx run-many -t build --no-agents
36+
37+ - name : Generate API Docs
38+ shell : bash
39+ run : pnpm generate-docs
40+
3341 - name : Publish api docs
34423543 with :
Original file line number Diff line number Diff line change 5656 run : pnpm exec playwright install
5757 shell : bash
5858
59- - uses : nrwl/nx-set-shas@v4
59+ - name : Set Nx SHAs
60+ uses : nrwl/nx-set-shas@v4
6061
6162 - name : Check TS References are Synced
6263 shell : bash
Original file line number Diff line number Diff line change 5353 - run : git branch --track main origin/main || true
5454
5555 - run : pnpm nx format:check
56- - run : pnpm nx affected -t build typecheck lint test e2e-ci
56+ - run : pnpm nx affected -t build typecheck lint test e2e-ci --no-agents
Original file line number Diff line number Diff line change 55env :
66 NX_CLOUD_ENCRYPTION_KEY : ${{ secrets.NX_CLOUD_ENCRYPTION_KEY }}
77 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.PR_NX_CLOUD_ACCESS_TOKEN }} # Read Only
8- NX_CLOUD_DISTRIBUTED_EXECUTION : true
98 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
109 CI : true
1110
2221 permissions :
2322 pull-requests : write
2423 contents : write
25- id-token : write
2624 steps :
2725 - uses : actions/checkout@v4
2826 with :
4341 token : ${{ secrets.CODECOV_TOKEN }}
4442
4543 - name : Ensure builds run
46- run : pnpm nx run-many -t build
47- env :
48- NX_CLOUD_DISTRIBUTED_EXECUTION : false
44+ run : pnpm nx run-many -t build --no-agents
4945
5046 - run : pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --packageManager=pnpm
5147
@@ -138,14 +134,3 @@ jobs:
138134
139135 ---
140136 <sub>🔄 Updated automatically on each push to this PR</sub>
141-
142- - name : Upload E2E reports on failure
143- if : failure()
144- uses : actions/upload-artifact@v4
145- with :
146- name : e2e-reports
147- path : |
148- e2e/*-suites/playwright-report/**
149- e2e/*-suites/test-results/**
150- e2e/*-suites/.playwright/**
151- retention-days : 7
Original file line number Diff line number Diff line change 2828env :
2929 NX_CLOUD_ENCRYPTION_KEY : ${{ secrets.NX_CLOUD_ENCRYPTION_KEY }}
3030 NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
31- NX_CLOUD_DISTRIBUTED_EXECUTION : true
3231 PNPM_CACHE_FOLDER : .pnpm-store
3332 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
3433 CI : true
@@ -115,8 +114,6 @@ jobs:
115114 - name : Setup Project
116115 uses : ./.github/actions/setup
117116 with :
118- node-version-file : ' .node-version'
119- pnpm-cache-folder : .pnpm-store
120117 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
121118
122119 - name : Version Packages as prerelease
You can’t perform that action at this time.
0 commit comments