forked from tim/k3s-ansible
fix(CI): Break up workflows and use templates
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -10,6 +10,12 @@ on:
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/lint.yml
|
||||
test:
|
||||
uses: ./.github/workflows/test.yml
|
||||
test-default:
|
||||
uses: ./.github/workflows/test-default.yml
|
||||
needs: [lint]
|
||||
test-ipv6:
|
||||
uses: ./.github/workflows/test-ipv6.yml
|
||||
needs: [lint]
|
||||
test-single-node:
|
||||
uses: ./.github/workflows/test-single-node.yml
|
||||
needs: [lint]
|
||||
|
||||
Reference in New Issue
Block a user