Skip to content

Subgraph Service: unit tests #383

Subgraph Service: unit tests

Subgraph Service: unit tests #383

Workflow file for this run

name: Build
env:
CI: true
on:
push:
branches: "*"
pull_request:
branches: "*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up environment
uses: ./.github/actions/setup