Skip to content

Commit

Permalink
Feat: deploy subgraph to studio (decentraland#377)
Browse files Browse the repository at this point in the history
* feat: add deploy to studio command

* fix: github workflow

* fix: workflow github

* fix: pull repo

* chore: clean workflow
  • Loading branch information
nachomazzara authored Jul 30, 2021
1 parent 3c2e128 commit 15c3645
Show file tree
Hide file tree
Showing 3 changed files with 44,260 additions and 4,601 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ jobs:
- name: Test
run: npm test -- --coverage
if: ${{ always() }}
finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
- name: report coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./webapp/coverage/lcov.info

Build-and-test-indexer:
runs-on: ubuntu-latest
defaults:
Expand All @@ -47,4 +44,3 @@ jobs:
run: |
npm run build-data -- --network mainnet
npm run codegen
npm run build
Loading

0 comments on commit 15c3645

Please sign in to comment.