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 7083bcb commit 9f35318Copy full SHA for 9f35318
2 files changed
.github/workflows/bundle-size.yml
@@ -16,6 +16,8 @@ concurrency:
16
permissions:
17
contents: read
18
19
+env:
20
+ NX_NO_CLOUD: true
21
jobs:
22
benchmark-pr:
23
name: Benchmark PR
@@ -112,7 +114,6 @@ jobs:
112
114
113
115
- name: Measure Bundle Size
116
run: pnpm nx run @benchmarks/bundle-size:build --outputStyle=stream --skipRemoteCache
-
117
- name: Publish Benchmark Dashboard
118
uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
119
with:
.github/workflows/client-nav-benchmarks.yml
@@ -15,6 +15,7 @@ permissions:
15
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
SERVER_PRESET: 'node-server'
client-nav-benchmarks:
0 commit comments