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