Skip to content

Commit 77ff9eb

Browse files
committed
add sleep
1 parent 109b2d6 commit 77ff9eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
cache: "npm"
2929
- run: npm ci --legacy-peer-deps
3030
- uses: nrwl/nx-set-shas@v4
31-
# - run: sleep 180 # ignore, just for the purpose of the benchmark
31+
- run: sleep 180 # ignore, just for the purpose of the benchmark
3232
- run: npx nx run-many -t typecheck build --parallel 4

nx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
}
7272
},
7373
"nxCloudId": "679c877cd5cf20060aafed7b",
74-
"bump": 10,
74+
"bump": 11,
7575
"nxCloudUrl": "https://staging.nx.app"
7676
}

0 commit comments

Comments
 (0)