fix(ci): Add a cache prestep

This commit is contained in:
Timothy Stewart
2024-01-21 12:18:29 -06:00
parent 867eabcd7e
commit 20ea0bc998

View File

@@ -15,4 +15,4 @@ jobs:
needs: [lint]
test:
uses: ./.github/workflows/test.yml
needs: [lint,cache]
needs: [lint, cache]