From 213ece71bfed2fe221b9dfd9ec224af9000bb133 Mon Sep 17 00:00:00 2001 From: pscott Date: Fri, 18 Jun 2021 12:48:16 +0200 Subject: [PATCH] Update make commands in e2e tests --- .github/workflows/e2e-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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