Skip to content

Commit

Permalink
fix-ci12
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Nov 18, 2024
1 parent ce2e655 commit 3340954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
kubernetes-version: ${{ matrix.kubernetes }}
- name: Deploy to minikube
run: |
kubectl apply -f hyperfoil.yaml
kubectl apply -f .github/workflows/hyperfoil.yaml
kubectl wait --for=condition=ready pod -l app=hyperfoil-controller
- name: Test service URLs
run: |
Expand Down

0 comments on commit 3340954

Please sign in to comment.