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 c9af96a commit 25df9be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25df9be

Please sign in to comment.