Try to add BOLOS_SDK env

This commit is contained in:
pscott
2021-06-18 12:53:34 +02:00
parent 447dcec7cc
commit a4a8032fc7

View File

@@ -28,8 +28,12 @@ jobs:
run: |
npm install -g yarn
- name: Build/Install build js deps
env:
BOLOS_SDK: "NONE"
run: |
make install_tests
- name: Run zemu tests
env:
BOLOS_SDK: "NONE"
run: |
make run_tests