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 928f710 commit df4610d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/drupal-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,9 @@ jobs:
working-directory: drupal-base
run: |
yarn leia "TESTING*.md" test -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' --split-file
# - name: Run docker compose tests
# working-directory: drupal-base
# run: |
# yarn mocha --timeout 900000 test/*compose*.func.js
- name: Generate test files
- name: Run docker compose tests
working-directory: drupal-base
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
yarn mocha --timeout 900000 test/*compose*.func.js

0 comments on commit df4610d

Please sign in to comment.