Skip to content

Commit

Permalink
Show ragger/speculos version
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Sep 9, 2024
1 parent c6fd93e commit f494d8b
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 @@ -92,6 +92,8 @@ jobs:
python3 -m pip install -r ./tests/requirements.txt -q
TMP_DIR=$(mktemp -d /tmp/foo-XXXXXX)
tar xfz app_${{ matrix.device }}_dbg.tgz -C $TMP_DIR
python3 -m pip show ragger
python3 -m pip show speculos
python3 -m pytest -n 32 tests/integration/nano/ --tb=no \
--device ${{ matrix.device }} --app $TMP_DIR/app.elf \
--log-dir integration_tests_log
Expand Down

0 comments on commit f494d8b

Please sign in to comment.