From a976849f4528423e44e09e801caea2ce4fc8fa5e Mon Sep 17 00:00:00 2001 From: Demian Parkhomenko <95881717+DemianParkhomenko@users.noreply.github.com> Date: Sat, 9 Sep 2023 04:06:14 +0300 Subject: [PATCH] Deploy after analyze --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 3ae80c6..70ffd51 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -45,7 +45,7 @@ jobs: - run: npm run test deploy: runs-on: ubuntu-latest - needs: test + needs: [test, analyze] if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3