Skip to content

Commit

Permalink
trying to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baitcode committed Dec 8, 2024
1 parent d5de3b1 commit f265059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
cd /apps/app-starknet
git checkout ${{ env.LEDGER_APP_SHA }}
cargo clean
cargo ledger build nanox
cargo ledger build nanos
- name: Start Speculos emulator container
uses: addnab/docker-run-action@v3
Expand All @@ -213,7 +213,7 @@ jobs:
--apdu-port 9999 \
--api-port 5000 \
--display headless \
/apps/app-starknet/target/nanox/release/starknet
/apps/app-starknet/target/nanos/release/starknet
- name: Wait for Speculos to start
run: sleep 5
Expand Down

0 comments on commit f265059

Please sign in to comment.