Migrate test-mods from Drone to GHA

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2025-04-15 10:01:25 -07:00
parent 62a30b52d9
commit cf525af229
2 changed files with 10 additions and 45 deletions

View File

@@ -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