From 47a46d17a8c32832e12766977a04f1ed5f0ee57d Mon Sep 17 00:00:00 2001 From: arobsn <87387688+arobsn@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:50:46 -0300 Subject: [PATCH] see what's inside bin dir --- .github/workflows/ci-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 6ea6913..8f3228d 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -170,6 +170,8 @@ jobs: apt-get update && apt-get install -qy curl netcat-traditional curl -fsSL https://deb.nodesource.com/setup_18.x | bash - apt-get install -qy nodejs unzip + ls + ls bin unzip bin/compiled_app_binaries -d bin export SEED=`cat tests/seed.txt` nohup bash -c "python /speculos/speculos.py bin/${{ matrix.model }}/bin/app.elf --apdu-port 9999 --api-port 5000 --display headless --model=${{ matrix.model }} --seed \"${SEED}\"" > speculos.log 2<&1 &