Skip to content

Commit df4610d

Browse files
committed
test: debug
1 parent 928f710 commit df4610d

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/drupal-integrations.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,9 @@ jobs:
5757
working-directory: drupal-base
5858
run: |
5959
yarn leia "TESTING*.md" test -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' --split-file
60-
# - name: Run docker compose tests
61-
# working-directory: drupal-base
62-
# run: |
63-
# yarn mocha --timeout 900000 test/*compose*.func.js
64-
- name: Generate test files
60+
- name: Run docker compose tests
6561
working-directory: drupal-base
6662
env:
67-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6864
run: |
69-
docker network inspect amazeeio-network >/dev/null || docker network create amazeeio-network
70-
docker compose down
71-
cat composer.json
72-
docker compose build && docker compose up -d
73-
docker run --rm --net drupal-base_default amazeeio/dockerize dockerize -wait tcp://mariadb:3306 -timeout 1m
74-
docker ps --filter label=com.docker.compose.project=drupal-base
65+
yarn mocha --timeout 900000 test/*compose*.func.js

0 commit comments

Comments
 (0)