Skip to content

Commit

Permalink
set kube context for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Sep 25, 2023
1 parent 61542a4 commit 954eb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
run: |
cargo install cargo-tarpaulin
cargo --version
cargo tarpaulin --out lcov --features k8s_tests
KUBE_CONTEXT="k3d-kube" cargo tarpaulin --out lcov --features k8s_tests
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 954eb96

Please sign in to comment.