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]
|
||||
test-ipv6:
|
||||
uses: ./.github/workflows/test-ipv6.yml
|
||||
needs: [lint]
|
||||
needs: [lint,test-default]
|
||||
test-single-node:
|
||||
uses: ./.github/workflows/test-single-node.yml
|
||||
needs: [lint]
|
||||
needs: [lint,test-default,test-ipv6]
|
||||
|
||||
Reference in New Issue
Block a user