Skip to content

Commit

Permalink
Fix ls
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Jan 27, 2025
1 parent 53945e8 commit c9af96a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,9 @@ jobs:
- name: Run tests
run: |
ls starknet_py/tests/e2e/mock/contracts_v2/target/
ls starknet_py/tests/e2e/mock/contracts_v2/target/dev
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
Expand Down

0 comments on commit c9af96a

Please sign in to comment.