We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6005a74 commit 3fdce9bCopy full SHA for 3fdce9b
.github/workflows/core_tests.yml
@@ -26,8 +26,6 @@ jobs:
26
ETH_RPC_URL: "https://mainnet.infura.io/v3/${{ secrets.WEB3_INFURA_PROJECT_ID }}"
27
28
steps:
29
- - uses: actions/checkout@v4
30
-
31
- name: Check that the fork is ready
32
shell: bash
33
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
@@ -43,4 +43,5 @@ jobs:
43
44
45
- name: Run core tests
46
- run: docker exec dev-container make test-core
+ 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