Skip to content

Commit

Permalink
test: swap devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Mar 18, 2024
1 parent 656ce42 commit 7ee7577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 7ee7577

Please sign in to comment.