Skip to content

Commit

Permalink
Adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RandilaP committed Aug 7, 2023
1 parent 64f03e8 commit 4921c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion e2e/fixtures/index.ts
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
export * from "./api";

0 comments on commit 4921c9d

Please sign in to comment.