mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-09-16 17:13:19 +02:00
fix(ci): Add a cache prestep
This commit is contained in:
@@ -10,6 +10,8 @@ on:
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/lint.yml
|
||||
cache:
|
||||
uses: ./.github/workflows/cache.yml
|
||||
test:
|
||||
uses: ./.github/workflows/test.yml
|
||||
needs: [lint]
|
||||
|
||||
Reference in New Issue
Block a user