Skip to content

Commit bf6206e

Browse files
Add a pause in ci checks workflow
1 parent 0ced2ca commit bf6206e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
go-version-file: 'go.mod'
5252
- name: Build the stack
5353
run: make docker-bootstrap
54+
- name: Pause for Debugging
55+
run: |
56+
sleep 1800
5457
- name: Lint and Test
5558
run: make test
5659
- name: Archive code coverage results

0 commit comments

Comments
 (0)