Skip to content

Merge branch 'main' into mikhail/suzuka-network-boilerplate #168

Merge branch 'main' into mikhail/suzuka-network-boilerplate

Merge branch 'main' into mikhail/suzuka-network-boilerplate #168

name: M1 DA Light Node
on:
push:
pull_request:
jobs:
build:
runs-on: movement-runner
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Run test in nix environment
run: nix develop --command bash -c "just m1-da-light-node test.local"