From 7ee7577d1feec10c64d31800bd9d766a2d55e607 Mon Sep 17 00:00:00 2001 From: Petar Penovic Date: Mon, 18 Mar 2024 12:39:51 +0100 Subject: [PATCH] test: swap devnet --- .github/workflows/_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 306a180cd..a6c2e8df5 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -21,7 +21,7 @@ jobs: # TODO - periodically check if conditional services are supported; https://github.com/actions/runner/issues/822 services: devnet: - image: ${{ (inputs.use-devnet) && 'shardlabs/starknet-devnet-rs:0.0.3-seed0' || '' }} + image: ${{ (inputs.use-devnet) && 'shardlabs/starknet-devnet-rs:7e5ff351198f799816c1857c1048bf8ee7f89428-amd-seed0' || '' }} ports: - 5050:5050 @@ -38,4 +38,4 @@ jobs: node-version: lts/* cache: 'npm' - run: npm ci --ignore-scripts - - run: npm test + - run: npm test --ignore-scripts -- __tests__/utils/eth