Skip to content

Commit

Permalink
tests: fix tests to work after updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fago authored Apr 16, 2024
1 parent 8d442cc commit b8c06b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-drupal-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Install composer dependencies.
run: |
composer config platform-check false
composer config --no-plugins allow-plugins.phpstan/extension-installer true
composer create-project
composer install
- name: Setup the environment
Expand All @@ -54,4 +55,4 @@ jobs:
docker-compose exec cli phapp install --no-build
- name: Check connection and response of the site
run: |
curl -v http://example.drupal-project.localdev.space | grep "Drupal 9"
curl -v http://example.drupal-project.localdev.space | grep "Drupal 10"

0 comments on commit b8c06b9

Please sign in to comment.