File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,14 @@ jobs:
23
23
# TODO - periodically check if conditional services are supported; https://github.com/actions/runner/issues/822
24
24
services :
25
25
devnet :
26
- # image: ${{ inputs.is-rpc && 'shardlabs/starknet-devnet:0.5.3 -seed0' || 'shardlabs/starknet-devnet:0.5.2-seed0 ' }}
27
- image : shardlabs/starknet-devnet:0.5.5-seed0
26
+ image : ${{ (! inputs.is-rpc) && 'shardlabs/starknet-devnet:0.6.0a0 -seed0' || '' }}
27
+ # image: shardlabs/starknet-devnet:0.5.5-seed0
28
28
ports :
29
29
- 5050:5050
30
30
31
+ # TODO - temporary conditional, remove in future when RPC is available again
32
+ if : ${{ (!inputs.is-rpc) }}
33
+
31
34
env :
32
35
TEST_PROVIDER_BASE_URL : ${{ secrets.TEST_PROVIDER_BASE_URL }}
33
36
TEST_RPC_URL : ${{ secrets.TEST_RPC_URL }}
You can’t perform that action at this time.
0 commit comments