From 38cad6eec256e95b5fd9af2c742196e13176e0cb Mon Sep 17 00:00:00 2001 From: Bence Haromi Date: Fri, 27 Oct 2023 11:30:56 +0100 Subject: [PATCH 1/5] ci: using era-test-node-action --- .github/workflows/ci.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4cd7e48b..632da1fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,17 +105,8 @@ jobs: node-version: 18.18.0 cache: yarn - - name: Use Nightly Rust - uses: actions-rust-lang/setup-rust-toolchain@v1 - 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 + - name: Use era-test-node for testing + uses: dutterbutter/era-test-node-action@latest - name: Install dependencies run: yarn @@ -133,9 +124,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 From a388142181b6cffb90015683ae2e48c2617682f6 Mon Sep 17 00:00:00 2001 From: Bence Haromi Date: Fri, 27 Oct 2023 11:51:54 +0100 Subject: [PATCH 2/5] ci: use boojum release of era-test-node --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 632da1fc..cd436558 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -107,6 +107,8 @@ jobs: - name: Use era-test-node for testing uses: dutterbutter/era-test-node-action@latest + with: + releaseTag: v0.0.1-alpha.boojum - name: Install dependencies run: yarn From 97fef1f85a048c4ada23c9afe7bb341e309e6d90 Mon Sep 17 00:00:00 2001 From: Bence Haromi Date: Fri, 27 Oct 2023 13:39:41 +0100 Subject: [PATCH 3/5] ci: releaseTag fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd436558..b56ab802 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -108,7 +108,7 @@ jobs: - name: Use era-test-node for testing uses: dutterbutter/era-test-node-action@latest with: - releaseTag: v0.0.1-alpha.boojum + releaseTag: "v0.0.1-alpha.boojum" - name: Install dependencies run: yarn From 81cb1210bf3ac852dc65d2522024d427b9829575 Mon Sep 17 00:00:00 2001 From: Bence Haromi Date: Fri, 27 Oct 2023 13:46:31 +0100 Subject: [PATCH 4/5] ci: fix releaseTag --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b56ab802..ac2010dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -108,7 +108,7 @@ jobs: - name: Use era-test-node for testing uses: dutterbutter/era-test-node-action@latest with: - releaseTag: "v0.0.1-alpha.boojum" + releaseTag: tags/v0.0.1-alpha.boojum - name: Install dependencies run: yarn From 04a0d62989dc357bd11468a22be575dcd876a363 Mon Sep 17 00:00:00 2001 From: Bence Haromi Date: Fri, 27 Oct 2023 13:50:13 +0100 Subject: [PATCH 5/5] ci: era-test-node-action v0.1.3 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac2010dc..9cad58e0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,9 +106,9 @@ jobs: cache: yarn - name: Use era-test-node for testing - uses: dutterbutter/era-test-node-action@latest + uses: dutterbutter/era-test-node-action@v0.1.3 with: - releaseTag: tags/v0.0.1-alpha.boojum + releaseTag: v0.0.1-alpha.boojum - name: Install dependencies run: yarn