Skip to content

Commit 0b199f2

Browse files
committed
GA Debug
1 parent af435bd commit 0b199f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/k8s.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
# needs: build
2323
runs-on: ubuntu-latest
2424
steps:
25+
- uses: actions/download-artifact@v4
26+
with:
27+
name: funnel
28+
2529
- name: Install k3d
2630
run: |
2731
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
@@ -31,10 +35,6 @@ jobs:
3135
kubectl wait --for=condition=Ready pod -l app=funnel
3236
kubectl port-forward svc/funnel 8000:8000 &
3337
34-
- uses: actions/download-artifact@v4
35-
with:
36-
name: funnel
37-
3838
- name: Setup tmate session
3939
uses: mxschmitt/action-tmate@v3
4040

0 commit comments

Comments
 (0)