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 031c3eb commit a644a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
name: funnel

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

- name: Install k3d
run: |
wget -q -O - https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
Expand All @@ -35,9 +38,6 @@ jobs:
kubectl wait --for=condition=Ready pod -l app=funnel
kubectl port-forward svc/funnel 8000:8000 &
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Submit Task
run: |
export PATH="$PATH:$(pwd)"
Expand Down

0 comments on commit a644a79

Please sign in to comment.