Skip to content

Commit

Permalink
Attempt fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuaitk committed Oct 31, 2024
1 parent bc93c6a commit 0064154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
docker compose exec --user root phpfpm composer install --no-interaction
# Install the site
docker compose exec --user root phpfpm vendor/bin/drush site:install os2forms_forloeb_profile --existing-config --yes
docker compose exec --user root phpfpm vendor/bin/drush site:install --existing-config --yes
# Download and install external libraries
docker compose exec --user root phpfpm vendor/bin/drush webform:libraries:download
Expand Down

0 comments on commit 0064154

Please sign in to comment.