fix: when extending make sure user does not pay for time in the past … #172
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: ['**'] | |
concurrency: | |
group: dev-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
test-subgraph: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
- run: yarn | |
working-directory: subgraph | |
- run: yarn test | |
working-directory: subgraph |