Skip to content

Commit 3fdce9b

Browse files
committed
fix: core tests ci workflow
1 parent 6005a74 commit 3fdce9b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/core_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
ETH_RPC_URL: "https://mainnet.infura.io/v3/${{ secrets.WEB3_INFURA_PROJECT_ID }}"
2727

2828
steps:
29-
- uses: actions/checkout@v4
30-
3129
- name: Check that the fork is ready
3230
shell: bash
3331
run: timeout 30 bash -c 'until printf "" 2>>/dev/null >>/dev/tcp/$0/$1; do sleep 1; done' 127.0.0.1 8555

.github/workflows/core_tests_docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
run: timeout 30 bash -c 'until printf "" 2>>/dev/null >>/dev/tcp/$0/$1; do sleep 1; done' 127.0.0.1 8555
4444

4545
- name: Run core tests
46-
run: docker exec dev-container make test-core
46+
run: docker exec dev-container bash -c 'cd /root/lido-core && yarn test:integration'
47+
# run: docker exec dev-container make test-core

0 commit comments

Comments
 (0)