Update Explorer_production.yml
This commit is contained in:
4
.github/workflows/Explorer_production.yml
vendored
4
.github/workflows/Explorer_production.yml
vendored
@ -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:
|
||||||
|
Reference in New Issue
Block a user