Skip to content

Commit

Permalink
Update prod_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atifather authored Aug 12, 2024
1 parent 5c02cf8 commit e64602a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
run: yarn update-deposits && yarn build

- name: Install Playwright Browsers
run: yarn playwright install
run: |
yarn add playwright --dev
yarn playwright install
- name: Setup xvfb
run: |
Expand Down Expand Up @@ -94,4 +96,4 @@ jobs:
service: GC Deposit UI
success: ${{ contains(join(needs.*.result, ','), 'success') }}
message: "deploy service `GC Deposit UI` version `${{ inputs.tag }}`. Triggered by `${{ github.actor }}`."


0 comments on commit e64602a

Please sign in to comment.