Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent d8ddcaf commit 14c116d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
run: |
mkdir ~/.kube
echo "$KUBECONFIG" > ~/.kube/config
- name: Save config (temp)
uses: actions/upload-artifact@v4
with:
name: kubeconfig
path: ~/.kube/config

- name: Test
run: |
Expand Down

0 comments on commit 14c116d

Please sign in to comment.