From 31b36869c7f2695123a25de80384e5ca59df9221 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Mon, 22 Jan 2024 18:40:05 -0600 Subject: [PATCH] fix(ci): fix molecule --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a5c98..77f9333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]