Skip to content

Commit 5f96abe

Browse files
committed
chore(repo): add sleep
1 parent 5e33a80 commit 5f96abe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.nx/workflows/agents.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ launch-templates:
3333
paths: 'node_modules'
3434
base-branch: 'main'
3535
- name: Install Node Modules
36-
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
36+
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/install-node-modules/main.yaml'
37+
- name: Sleep
38+
script: sleep 3500000

0 commit comments

Comments
 (0)