Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ernanirst committed Nov 16, 2023
1 parent 722dbeb commit 9977a58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Mumbai
run: npm run build:mumbai
- name: Build Cronos
run: npm run build:cronos
run: npm run build:cronos-mainnet
- name: Build Polygon
run: npm run build:polygon

2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Deploy Mumbai Hosted Service
run: npm run deploy:mumbai
- name: Build Cronos
run: npm run build:cronos
run: npm run build:cronos-mainnet
- name: Deploy Self-hosted Cronos
run: npx graph deploy --node ${SELF_HOSTED_SUBGRAPH_URL} --version-label ${{ github.sha }} cronos-mainnet_prod_nft-roles
- name: Build Polygon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Mumbai
run: npm run build:mumbai
- name: Build Cronos
run: npm run build:cronos
run: npm run build:cronos-mainnet
- name: Deploy Self-hosted Cronos QA
run: npx graph deploy --node ${SELF_HOSTED_SUBGRAPH_URL} --version-label qa cronos-mainnet_qa_nft-roles
- name: Build Polygon
Expand Down

0 comments on commit 9977a58

Please sign in to comment.