fix(ci): fix molecule

This commit is contained in:
Timothy Stewart
2024-01-22 18:40:05 -06:00
parent 40d7a0ba5a
commit 31b36869c7

View File

@@ -12,7 +12,7 @@ jobs:
uses: ./.github/workflows/cache.yml uses: ./.github/workflows/cache.yml
lint: lint:
uses: ./.github/workflows/lint.yml uses: ./.github/workflows/lint.yml
needs: [cache] needs: [pre]
test: test:
uses: ./.github/workflows/test.yml uses: ./.github/workflows/test.yml
needs: [cache, lint] needs: [pre, lint]