Update explorer.yml
This commit is contained in:
4
.github/workflows/explorer.yml
vendored
4
.github/workflows/explorer.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
|
vercel-project-id: ${{ secrets.PROJECT_ID}} #Required
|
||||||
working-directory: ./explorer
|
working-directory: ./explorer
|
||||||
scope: ${{ secrets.TEAM_ID }} #added solana(vercel) as "TEAM_ID"
|
scope: ${{ secrets.TEAM_ID }} #added solana(vercel) as "TEAM_ID"
|
||||||
push:
|
Testing_before_merging:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
defaults:
|
defaults:
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
- run: npm run test
|
- run: npm run test
|
||||||
|
|
||||||
production_deployment:
|
production_deployment:
|
||||||
needs: push
|
needs: Testing_before_merging
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
Reference in New Issue
Block a user