Update make commands in e2e tests

This commit is contained in:
pscott
2021-06-18 12:48:16 +02:00
parent 822e2ce16e
commit 213ece71bf

View File

@@ -29,8 +29,7 @@ jobs:
npm install -g yarn npm install -g yarn
- name: Build/Install build js deps - name: Build/Install build js deps
run: | run: |
make zemu_install make install_tests
- name: Run zemu tests - name: Run zemu tests
run: | run: |
export PATH=~/.cargo/bin:$PATH make run_tests
make zemu_test