Skip to content

Commit

Permalink
ci: use era-test-node-action for the testing CI (#50)
Browse files Browse the repository at this point in the history
* ci: using era-test-node-action

* ci: use boojum release of era-test-node

* ci: releaseTag fix

* ci: fix releaseTag

* ci: era-test-node-action v0.1.3
  • Loading branch information
benceharomi authored Oct 27, 2023
1 parent 0d38b70 commit 68aaee1
Showing 1 changed file with 3 additions and 13 deletions.
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/[email protected]
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

0 comments on commit 68aaee1

Please sign in to comment.