-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from Peefy/feat-kube-engine-pkg
feat: kube engine pkg
- Loading branch information
Showing
11 changed files
with
739 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,18 @@ jobs: | |
with: | ||
go-version: 1.22 | ||
|
||
- uses: engineerd/[email protected] | ||
if: matrix.os == 'ubuntu-latest' | ||
with: | ||
version: "v0.11.1" | ||
|
||
- name: Kubernetes Testing | ||
if: matrix.os == 'ubuntu-latest' | ||
run: | | ||
kubectl cluster-info | ||
kubectl get pods -n kube-system | ||
echo "current-context:" $(kubectl config current-context) | ||
echo "environment-kubeconfig:" ${KUBECONFIG} | ||
- name: Unit test | ||
run: make test |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.