Skip to content

Commit

Permalink
Merge pull request #53 from UN-OCHA/gtm
Browse files Browse the repository at this point in the history
GTM
  • Loading branch information
attiks authored Mar 28, 2024
2 parents 441d25d + 3c7430b commit e2bf576
Show file tree
Hide file tree
Showing 12 changed files with 110 additions and 212 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
permissions:
contents: write
checks: write
pull-requests: write
pull-requests: write
actions: read
statuses: write

Expand Down Expand Up @@ -139,6 +139,7 @@ jobs:
uses: cafuego/command-output@main
with:
run: |
docker-compose -f tests/docker-compose.yml exec -T drupal drush -y cset gtm_barebones.settings container_id 'GTM-ABCDEFGHIJK'
docker-compose -f tests/docker-compose.yml exec -T drupal drush -y en dblog
docker-compose -f tests/docker-compose.yml exec -T drupal chmod -R 777 /srv/www/html/sites/default/files /srv/www/html/sites/default/private
docker-compose -f tests/docker-compose.yml exec -T drupal mkdir -p /srv/www/html/build/logs
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"orakili/composer-drupal-info-file-patch-helper": "^1",
"phpoffice/phpword": "^1.1",
"unocha/common_design": "^9.2",
"unocha/gtm_barebones": "^1.1",
"unocha/ocha_monitoring": "^1.0",
"webflo/drupal-finder": "^1.2.2"
},
Expand Down
Loading

0 comments on commit e2bf576

Please sign in to comment.