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 f99f388 commit c2634a4Copy full SHA for c2634a4
.github/workflows/integration.yml
@@ -54,6 +54,8 @@ jobs:
54
env:
55
JVM_OPTS: -Xmx3200m
56
TERM: dumb
57
+ - name: sleep 10s
58
+ run: sleep 10s
59
- name: Make - start
60
run: |
61
make start
0 commit comments