diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0b917e1a9..30e4a8b14 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -305,9 +305,15 @@ jobs: - name: Run tests run: | + cd starknet_py/tests/e2e/mock + pwd + ls + cd contracts_v2 + pwd + ls + cd target pwd ls - ls starknet.py/starknet_py/tests/e2e/mock/contracts_v2/target/ poetry run poe test_ci_on_networks - name: Generate coverage in XML