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 9977a58 commit 2d63843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: 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
run: npx graph deploy --node "${SELF_HOSTED_SUBGRAPH_URL}" --version-label qa cronos-mainnet_qa_nft-roles
- name: Build Polygon
run: npm run build:polygon
- name: Delete Satsuma Polygon QA
Expand Down

0 comments on commit 2d63843

Please sign in to comment.