Skip to content

Fix Registration Flow & Snake (#170) #49

Fix Registration Flow & Snake (#170)

Fix Registration Flow & Snake (#170) #49

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