mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 23:49:39 +00:00
Migrate test-mods from Drone to GHA
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
10
.github/workflows/unitcoverage.yaml
vendored
10
.github/workflows/unitcoverage.yaml
vendored
@@ -77,3 +77,13 @@ jobs:
|
||||
files: ./coverage.out
|
||||
flags: unittests # optional
|
||||
verbose: true # optional (default = false)
|
||||
test-mods:
|
||||
name: Test K8s Modules
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Build test-mods
|
||||
run: docker build --target test-mods -t k3s:mod -f Dockerfile.test .
|
||||
- name: Run test-mods
|
||||
run: docker run -i k3s:mod
|
||||
Reference in New Issue
Block a user