Skip to content

Nodes refactoring (#101) #34

Nodes refactoring (#101)

Nodes refactoring (#101) #34

Workflow file for this run

name: Node Build
on:
push:
paths:
- 'node/code/**'
- '.github/workflows/build_node.yml'
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build Node
run: |
cd node/code
BUILD_IN_DOCKER=1 make all