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 637bd6c
Show file tree
Hide file tree
Showing 2 changed files with 24 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 }}

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

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.16

- name: Check out source code
uses: actions/checkout@v1

- run: |
go test test/e2e/e2e_test.go -test.v --ginkgo.label-filter=Cluster

0 comments on commit 637bd6c

Please sign in to comment.