From 4921c9dbd9dc44dfa5c75a1ea874c63e22afcf27 Mon Sep 17 00:00:00 2001 From: Randila Premarathne Date: Mon, 7 Aug 2023 21:44:14 +0530 Subject: [PATCH] Adjust workflow --- .github/workflows/e2e.yml | 6 +++--- e2e/fixtures/index.ts | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1bae86c9e..2b3bb65ff 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -35,13 +35,13 @@ jobs: - name: Install dependencies if: steps.cache.outputs.cache-hit != 'true' - run: yarn install --immutable + run: yarn setup - name: Install Playwright Browsers run: npx playwright install chromium --with-deps - name: Run dev server - run: yarn run:omrs develop --sources packages/apps/esm-*-app --port 8180 & # Refer to O3-1994 + run: yarn run:omrs develop --sources packages/apps/* --port 8180 & # Refer to O3-1994 - name: Run E2E tests run: yarn playwright test @@ -81,7 +81,7 @@ jobs: - name: Install dependencies if: steps.cache.outputs.cache-hit != 'true' - run: yarn install --immutable + run: yarn setup - name: Install Playwright Browsers run: npx playwright install chromium --with-deps diff --git a/e2e/fixtures/index.ts b/e2e/fixtures/index.ts index d158c5764..e69de29bb 100644 --- a/e2e/fixtures/index.ts +++ b/e2e/fixtures/index.ts @@ -1 +0,0 @@ -export * from "./api";