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