Skip to content

Commit

Permalink
GA Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Oct 25, 2024
1 parent af435bd commit 0b199f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
# needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: funnel

- name: Install k3d
run: |
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
Expand All @@ -31,10 +35,6 @@ jobs:
kubectl wait --for=condition=Ready pod -l app=funnel
kubectl port-forward svc/funnel 8000:8000 &
- uses: actions/download-artifact@v4
with:
name: funnel

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

Expand Down

0 comments on commit 0b199f2

Please sign in to comment.