From 4c67f5a42f1fad0a5f1148f6df6fbfaeed5da50e Mon Sep 17 00:00:00 2001 From: wcgcyx Date: Thu, 23 Nov 2023 10:04:32 +1000 Subject: [PATCH] Update e2e.yml --- .github/workflows/e2e.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2f261b0e..40645b6f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -33,7 +33,8 @@ jobs: with: cmd: build + - name: Start local dev + run: yarn local:start & + - name: Run Test - run: | - yarn local:start & - yarn local:ci \ No newline at end of file + run: yarn local:ci \ No newline at end of file