Skip to content

Commit

Permalink
UHF-8762: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 18, 2024
1 parent ff4397c commit 6e5cc9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
env:
SIMPLETEST_DB: mysql://drupal:drupal@db:3306/drupal
name: Visual regression tests
jobs:
tests:
Expand Down Expand Up @@ -33,10 +35,12 @@ jobs:
composer require drupal/$THEME_NAME -W
- name: Start project
working-directory: ${{ env.DRUPAL_ROOT }}
run: docker compose up -d --wait

- name: Wait for Database to wake up
working-directory: ${{ env.DRUPAL_ROOT }}
run: |
docker compose up -d --wait
# Sleep until database is available
counter=0
until [ $counter -gt 5 ]
do
Expand Down

0 comments on commit 6e5cc9d

Please sign in to comment.