Skip to content

Commit

Permalink
Merge pull request #476 from backguynn/main
Browse files Browse the repository at this point in the history
update workflow files
  • Loading branch information
UltraInstinct14 authored Jan 2, 2024
2 parents 5f5543a + 076ff2f commit 2cb9c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/k3s-flannel-ubuntu-22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
name: k3s-flannel-sanity-ubuntu-22
runs-on: ubuntu-22.04
steps:
- run: sudo apt update
- run: |
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/k3s-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
name: k3s-flannel-sanity
runs-on: ubuntu-latest
steps:
- run: sudo apt update
- run: |
echo "KUBECONFIG=--kubeconfig=/etc/rancher/k3s/k3s.yaml" >> $GITHUB_ENV
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2cb9c58

Please sign in to comment.