Remove env var; hardcode commands to e2e tests

This commit is contained in:
pscott
2021-06-18 12:55:22 +02:00
parent a4a8032fc7
commit d38805659f

View File

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