We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072c87d commit 11c995eCopy full SHA for 11c995e
1 file changed
.github/workflows/aztec-cli-acceptance-test.yml
@@ -24,7 +24,6 @@ jobs:
24
(github.event_name == 'workflow_run'
25
&& github.event.workflow_run.conclusion == 'success'
26
&& !contains(github.event.workflow_run.head_branch, '-commit.'))
27
- timeout-minutes: 30
28
env:
29
VERSION: ${{ github.event.inputs.version || github.event.workflow_run.head_branch }}
30
steps:
@@ -41,6 +40,7 @@ jobs:
41
40
node-version: 22
42
43
- name: Run Aztec CLI acceptance test
+ timeout-minutes: 30
44
run: ./aztec-up/test/aztec-cli-acceptance-test/run-test.sh
45
46
- name: Notify Slack on success
0 commit comments