Skip to content

Commit

Permalink
test: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Aug 23, 2024
1 parent d6456d6 commit 928f710
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/drupal-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ jobs:
composer config github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
composer config platform.php 8.3.1
composer require --no-install amazeeio/drupal_integrations:dev-main
rm composer.lock
- name: Update codebase to follow CI configuration
working-directory: drupal-base
run: |
sed -i -e "/###/d" docker-compose.yml
- name: Pull all images
working-directory: drupal-base
run: |
Expand All @@ -68,9 +63,12 @@ jobs:
# yarn mocha --timeout 900000 test/*compose*.func.js
- name: Generate test files
working-directory: drupal-base
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
docker network inspect amazeeio-network >/dev/null || docker network create amazeeio-network
docker compose down
cat composer.json
docker compose build && docker compose up -d
docker run --rm --net drupal-base_default amazeeio/dockerize dockerize -wait tcp://mariadb:3306 -timeout 1m
docker ps --filter label=com.docker.compose.project=drupal-base

0 comments on commit 928f710

Please sign in to comment.