fix(CI): Break up workflows and use templates

This commit is contained in:
Timothy Stewart
2023-10-29 14:39:50 -05:00
parent 0c3d5e9a29
commit 0cb638faf1

View File

@@ -15,7 +15,7 @@ jobs:
needs: [lint]
test-ipv6:
uses: ./.github/workflows/test-ipv6.yml
needs: [lint,test-default]
needs: [lint, test-default]
test-single-node:
uses: ./.github/workflows/test-single-node.yml
needs: [lint,test-default,test-ipv6]
needs: [lint, test-default, test-ipv6]