diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index a9bc97d..6ea6913 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -170,7 +170,7 @@ 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 - unzip ./bin/compiled_app_binaries.zip -d ./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 & cd tests && npm install