From 6585eb918187d60617ac5c257d0ca18fa639ba4f Mon Sep 17 00:00:00 2001 From: Jorge Ulises Date: Wed, 22 Nov 2023 09:41:05 -0500 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7acd690..35d303d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -37,7 +37,8 @@ jobs: test: runs-on: ubuntu-latest - + needs: build + steps: - uses: actions/checkout@v3 - uses: actions/cache@v3