Skip to content

Commit

Permalink
fix: tidy up ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed May 10, 2024
1 parent 23f3589 commit e9204d2
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 66 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 "cargo check"
65 changes: 0 additions & 65 deletions .github/workflows/m2-ci.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/monza-full-node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 monza-full-node test.local"
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ target/
ledger_db/
state_merkle_db/
.etc
.movement
.movement
.idea

0 comments on commit e9204d2

Please sign in to comment.