Skip to content

Commit

Permalink
see if helps with intermittent fails
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Sep 6, 2024
1 parent 408a365 commit bcacf4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Webform CiviCRM"
- name: Make window big
# patch from bsilvern
# Try this out a few times and see if it helps with intermittent fails.
# If so, see if there's a more supported way to force a bigger screen.
run: |
cd ~/drupal/vendor/behat/mink/src
sed -i -e 's/$this->driver->resizeWindow($width, $height, $name)/$this->driver->resizeWindow(1600, 2000, $name)/' Session.php
grep 1600 Session.php
- name: Optionally Apply Core PR
if: ${{ github.event.inputs.coreprurl != 0 }}
run: |
Expand Down

0 comments on commit bcacf4b

Please sign in to comment.