Skip to content

Commit

Permalink
Merge pull request LedgerHQ#11 from LedgerHQ/jca/fix_ci_tests
Browse files Browse the repository at this point in the history
Jca/fix ci tests
  • Loading branch information
yogh333 authored May 6, 2024
2 parents bc4e707 + 82a2c73 commit da59b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
- name: Run test
run: |
BIN_DIR_NAME="$(echo ${{ matrix.device }} | sed 's/nanosp/nanos2/')"
speculos --api-port 5005 ${{ needs.call_get_app_metadata.outputs.build_directory }}/build/${BIN_DIR_NAME}/bin/app.elf --display headless &
BIN_DIR_NAME="$(echo ${{ matrix.device }} | sed 's/nanosp/nanosplus/')"
speculos --api-port 5005 ${{ needs.call_get_app_metadata.outputs.build_directory }}/build/${BIN_DIR_NAME}/release/sui --display headless &
sleep 5
cd ts-tests
echo "Doing yarn install"
Expand Down

0 comments on commit da59b2d

Please sign in to comment.