-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use era-test-node-action for the testing CI (#50)
* 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
1 parent
0d38b70
commit 68aaee1
Showing
1 changed file
with
3 additions
and
13 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|