mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 19:52:40 +01:00
fix(ci): fix molecule
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
uses: ./.github/workflows/cache.yml
|
||||
lint:
|
||||
uses: ./.github/workflows/lint.yml
|
||||
needs: [cache]
|
||||
needs: [pre]
|
||||
test:
|
||||
uses: ./.github/workflows/test.yml
|
||||
needs: [cache, lint]
|
||||
needs: [pre, lint]
|
||||
|
||||
Reference in New Issue
Block a user