Skip to content

Commit

Permalink
fix: add installation during deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagalidoom committed Jun 25, 2024
1 parent d848a84 commit 61ce22a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Build App
run: yarn update-deposits && yarn build

- name: Install Playwright Browsers
run: |
yarn playwright install
- name: Run tests
run: yarn run-e2e-tests

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Build App for release
run: yarn update-deposits && yarn build

- name: Install Playwright Browsers
run: yarn playwright install

- name: Run tests
run: yarn run-e2e-tests

Expand Down
20 changes: 10 additions & 10 deletions playwright-report/index.html

Large diffs are not rendered by default.

0 comments on commit 61ce22a

Please sign in to comment.