Skip to content

Commit

Permalink
UHF-8762: apply patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 23, 2024
1 parent d4606ce commit 310095b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
mkdir public/sites/default/files -p && chmod 777 public/sites/default -R
docker compose exec app bash -c "drush si minimal -y"
docker compose exec app bash -c "drush en helfi_test_content -y"
cd public
wget https://www.drupal.org/files/issues/2023-10-15/2969685-32.patch
patch -p1 < 2969685-32.patch
- name: Node setup
working-directory: ${{ env.THEME_FOLDER }}
Expand Down

0 comments on commit 310095b

Please sign in to comment.