Skip to content

Commit

Permalink
chore: test including config in updates
Browse files Browse the repository at this point in the history
Refs: OPS-10254
  • Loading branch information
lazysoundsystem committed Jun 13, 2024
1 parent a9eedea commit 0dea038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/composer-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
steps:
- name: Update The Thing
id: update-action
uses: UN-OCHA/actions/composer-update@main
# uses: UN-OCHA/actions/composer-update@main
uses: UN-OCHA/actions/composer-update@OPS-10254-config-too
with:
github_access_token: ${{ secrets.PAT }}
patch_branch: ${{ github.head_ref || github.ref_name }}
patch_maintainers: ${{ secrets.DRUPAL_MAINTAINERS }}
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel_name: ${{ secrets.SLACK_CHANNEL }}
flowdock_token: ${{ secrets.FLOWDOCK_TOKEN }}
4 changes: 3 additions & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
MEMCACHE_MAX_MEMORY: 64

mysql:
image: public.ecr.aws/unocha/mysql:10.6
image: public.ecr.aws/unocha/mysql:10.11
hostname: starterkit-test-mysql
container_name: starterkit-test-mysql
environment:
Expand Down Expand Up @@ -50,6 +50,8 @@ services:
- "../phpcs.xml:/srv/www/phpcs.xml:ro"
- "../phpunit.xml:/srv/www/phpunit.xml:ro"
- "../.coveralls.yml:/srv/www/.coveralls.yml:ro"
# Mount configuration and allow overriding it.
- "../config:/srv/www/config:rw"
# Mount local custom code.
- "../html/modules/custom:/srv/www/html/modules/custom:ro"
- "../html/themes/custom:/srv/www/html/themes/custom:rw"
Expand Down

0 comments on commit 0dea038

Please sign in to comment.