Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
acekingke committed Oct 11, 2023
1 parent 62a7e0f commit 13e3d82
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ jobs:
with:
version: ${{ needs.update_release_draft.outputs.version }}
upload_url: ${{ needs.update_release_draft.outputs.upload_url }}

24 changes: 24 additions & 0 deletions .github/workflows/runk3s.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

name: Run Kubernets

on:
workflow_dispatch
jobs:
run_k3s:
runs-on: ubuntu-latest
steps:
- uses: debianmaster/actions-k3s@master
id: k3s
with:
version: 'latest'
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Check out source code
uses: actions/checkout@v4
with:
path: main
- run: |
make e2e-local

0 comments on commit 13e3d82

Please sign in to comment.