Skip to content

Commit ca604aa

Browse files
committed
add debug
1 parent eccde8d commit ca604aa

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

.github/workflows/getting-started-usecase.yaml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,16 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414

15-
- name: Set up Go
16-
uses: actions/setup-go@v4
17-
with:
18-
go-version-file: "go.mod"
19-
cache: true
20-
21-
- name: Install KIND
22-
uses: helm/kind-action@v1.8.0
23-
with:
24-
install_only: true
25-
26-
- name: Install GoReleaser
27-
uses: goreleaser/goreleaser-action@v5
28-
with:
29-
version: latest
30-
install-only: true
15+
- uses: jetify-com/devbox-install-action@a03caf5813591bc882139eba6ae947930a83a427 # tag=v0.11.0
3116

3217
- name: Setup getting-started usecase
3318
run: |
34-
make setup-getting-started
19+
devbox run -- make setup-getting-started
3520
3621
- name: Verify getting-started usecase
3722
run: |
38-
make wait-ready-getting-started-usecase tryout-getting-started-usecase
23+
echo "** START DEBUG"
24+
sleep 90
25+
devbox run -- kubectl get po,gateway -A
26+
ip a
27+
devbox run -- make wait-ready-getting-started-usecase tryout-getting-started-usecase

0 commit comments

Comments
 (0)