Skip to content

Commit

Permalink
update CI test call order
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Oct 31, 2023
1 parent 33cc92f commit 805fb91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
run: yarn graph:auth -- ${{ secrets.THEGRAPH_API_KEY }}
- name: Build Goerli
run: npm run build:goerli
- name: Test
run: npm run test
- name: Deploy Goerli Hosted Service
run: npm run deploy:goerli
- name: Build Mumbai
Expand All @@ -37,6 +35,8 @@ jobs:
# run: npm run deploy:mumbai
- name: Build Polygon
run: npm run build:polygon
- name: Test
run: npm run test
- name: Subgraph Deploy Polygon Satsuma
run: npx graph deploy polygon-roles-registry --version-label ${{ github.sha }} --node https://subgraphs.alchemy.com/api/subgraphs/deploy --ipfs https://ipfs.satsuma.xyz --deploy-key ${{ secrets.SATSUMA_DEPLOY_KEY }}
- name: Subgraph Promote Polygon Satsuma
Expand Down

0 comments on commit 805fb91

Please sign in to comment.