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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: