diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index e262baf..9e8b3d9 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -29,8 +29,7 @@ jobs: npm install -g yarn - name: Build/Install build js deps run: | - make zemu_install + make install_tests - name: Run zemu tests run: | - export PATH=~/.cargo/bin:$PATH - make zemu_test \ No newline at end of file + make run_tests \ No newline at end of file