Skip to content

Commit

Permalink
Merge pull request #497 from localgovdrupal/3.x
Browse files Browse the repository at this point in the history
3.0.0-alpha2
  • Loading branch information
stephen-cox authored Nov 12, 2024
2 parents 57c21d8 + 4f14623 commit 71c9718
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/localgov_microsites.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
##
# Managed by https://github.com/localgovdrupal/github_workflow_manager
---
name: Test LocalGov Microsites localgovdrupal/localgov_microsites drupal-profile

on:
Expand Down Expand Up @@ -148,7 +145,7 @@ jobs:
- '~10.0'
php-version:
- '8.1'

steps:

- name: Cached workspace
Expand Down Expand Up @@ -200,11 +197,11 @@ jobs:
localgov-build-${{ matrix.localgov-version }}-${{ matrix.drupal-version }}-${{ matrix.php-version }}-
- name: Start Docker environment
run: docker-compose -f docker-compose.yml up -d
run: docker compose -f docker-compose.yml up -d

- name: Run PHPUnit tests
run: |
mkdir -p ./html/web/sites/simpletest && chmod 777 ./html/web/sites/simpletest
sed -i "s#http://localgov.lndo.site#http://drupal#" ./html/phpunit.xml.dist
docker exec -t drupal bash -c 'chown docker:docker -R /var/www/html'
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4 ${{ env.LOCALGOV_DRUPAL_PROJECT_PATH }}"
docker exec -u docker -t drupal bash -c "cd /var/www/html && ./bin/paratest --processes=4 /var/www/html/${{ env.LOCALGOV_DRUPAL_PROJECT_PATH }}"
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"drupal/gin_login": "^2.0",
"drupal/gin_toolbar": "^1.0@RC",
"drupal/metatag": "^1.22",
"localgovdrupal/localgov_blogs": "^1.0.0-beta3",
"localgovdrupal/localgov_blogs": "1.0.0-beta3",
"localgovdrupal/localgov_core": "^2.12",
"localgovdrupal/localgov_directories": "^3.0@alpha",
"localgovdrupal/localgov_events": "^3.0@alpha",
"localgovdrupal/localgov_microsites_group": "^3.0.0-alpha1",
"localgovdrupal/localgov_microsites_base": "^2.0.0-beta8",
"localgovdrupal/localgov_microsites_colour_picker_fields": "^1.0.0-beta1",
"localgovdrupal/localgov_news": "^2.3",
"localgovdrupal/localgov_news": "2.3.5",
"localgovdrupal/localgov_page": "^1.0.0-beta2",
"localgovdrupal/localgov_claro": "^2.1.0",
"localgovdrupal/localgov_sa11y": "^1.0.0-beta1",
Expand Down

0 comments on commit 71c9718

Please sign in to comment.