Skip to content

fix: when extending make sure user does not pay for time in the past … #172

fix: when extending make sure user does not pay for time in the past …

fix: when extending make sure user does not pay for time in the past … #172

Workflow file for this run

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