Skip to content

Commit

Permalink
[tmp] try to debug by showing the ragger/speculos version
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Oct 1, 2024
1 parent 40ea53f commit a41bc85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
- name: Run test
run: |
if [ "${{ matrix.device }}" = "stax" ] || [ "${{ matrix.device }}" = "flex" ]; then
pip show ragger
pip show speculos
./tests/integration/run_test_local.sh -F -m ${{ matrix.device }} \
./tests/integration/touch
else
Expand Down

0 comments on commit a41bc85

Please sign in to comment.