Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

ci: use era-test-node-action for the testing CI #50

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,10 @@ jobs:
node-version: 18.18.0
cache: yarn

- name: Use Nightly Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Use era-test-node for testing
uses: dutterbutter/era-test-node-action@v0.1.3
with:
toolchain: nightly-2023-04-17

- name: Use era_test_node for testing
uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941
with:
crate: era_test_node
git: https://github.com/matter-labs/era-test-node.git
branch: boojum-integration
releaseTag: v0.0.1-alpha.boojum

- name: Install dependencies
run: yarn
Expand All @@ -133,9 +126,6 @@ jobs:
contracts/precompiles/artifacts
bootloader/build

- name: Start era_test_node
run: era_test_node run > /dev/null 2>&1 &

- name: Run tests
run: yarn test

Expand Down
Loading