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