Skip to content

Merge remote-tracking branch 'origin/master' into fix-deploy-actions #331

Merge remote-tracking branch 'origin/master' into fix-deploy-actions

Merge remote-tracking branch 'origin/master' into fix-deploy-actions #331

Workflow file for this run

name: Test Subgraph
on: push
jobs:
test-subgraph:
name: Run Unit Test
runs-on: ubuntu-latest
environment: development
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run test
id: test
uses: ./.github/actions/testSubgraph