Update Explorer_production.yml

This commit is contained in:
joeaba
2021-10-27 12:00:33 +05:30
committed by GitHub
parent 874db73fae
commit 76bc4d4cce

View File

@ -5,7 +5,7 @@ on:
paths: paths:
- 'explorer/**' - 'explorer/**'
jobs: jobs:
production: Explorer_production_build_test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults: defaults:
run: run:
@ -26,7 +26,7 @@ jobs:
- run: npm run test - run: npm run test
Explorer_production_deploy: Explorer_production_deploy:
needs: production needs: Explorer_production_build_test
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults: defaults:
run: run: