Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
test kubeconfig debug
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Oct 4, 2023
1 parent 51855a4 commit c35ad7a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ jobs:
ami-prefix: "rc-uds-ci-k3d"
k3s: "true"

- name: Copy kubeconfig to workspace
run: |
cp ~/.kube/config ./kubeconfig
- name: Publish kubeconfig for debug
uses: actions/upload-artifact@v2
with:
name: kubeconfig
path: kubeconfig

- name: Deploy bundle
run: |
make deploy
Expand All @@ -91,5 +101,3 @@ jobs:
uses: defenseunicorns/uds-aws-ci-k3d@swf_additions
with:
cluster-action: destroy
ami-prefix: "rc-uds-ci-k3d"
k3s: "true"

0 comments on commit c35ad7a

Please sign in to comment.