From 76bc4d4ccec40b5e7eadda056fbba5f1e7b54768 Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Wed, 27 Oct 2021 12:00:33 +0530 Subject: [PATCH] Update Explorer_production.yml --- .github/workflows/Explorer_production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Explorer_production.yml b/.github/workflows/Explorer_production.yml index c5e5bf3146..78bfacdcf9 100644 --- a/.github/workflows/Explorer_production.yml +++ b/.github/workflows/Explorer_production.yml @@ -5,7 +5,7 @@ on: paths: - 'explorer/**' jobs: - production: + Explorer_production_build_test: runs-on: ubuntu-latest defaults: run: @@ -26,7 +26,7 @@ jobs: - run: npm run test Explorer_production_deploy: - needs: production + needs: Explorer_production_build_test runs-on: ubuntu-latest defaults: run: