fix: checking if for some reason ubuntu is looking for liveness. #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Monza Full Node | |
on: | |
push: | |
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 monza-full-node test.local -t=false" |