Skip to content

Commit 6005a74

Browse files
committed
fix: core tests ci workflow
1 parent 0b5d33f commit 6005a74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/core_tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ runs:
4848
shell: bash
4949
run: yarn test:integration
5050
env:
51-
FORK_RPC_URL: http://host.docker.internal:8555
51+
FORK_RPC_URL: http://localhost:8555
5252
LOG_LEVEL: info

.github/workflows/core_tests_docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
--health-retries=60
3636
--health-start-period=20s
3737
--health-timeout=1s
38+
--name=dev-container
3839
3940
steps:
4041
- name: Check that the fork is ready

0 commit comments

Comments
 (0)