fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 14:37:19 -05:00
parent 841e924449
commit 0c3d5e9a29
4 changed files with 5 additions and 2 deletions

View File

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