Skip to content

Commit

Permalink
Nightly : Fixed Playwright in 1.7.8.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Sep 22, 2023
1 parent 8e1df5d commit 8caae89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cron_nightly_tests_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:

- name: Install browsers
working-directory: ${{ inputs.TESTS_DIR }}
if: env.GH_BRANCH != '1.7.8.x'
run: npx playwright install --with-deps

# Run tests (if error, we continue for uploading report)
Expand Down Expand Up @@ -297,6 +298,7 @@ jobs:

- name: Install browsers
working-directory: ${{ inputs.TESTS_DIR }}
if: env.GH_BRANCH != '1.7.8.x'
run: npx playwright install --with-deps

- name: Combine reports
Expand Down

0 comments on commit 8caae89

Please sign in to comment.