Skip to content

fix(deps): update dependency drush/drush to v13.3.0 #202

fix(deps): update dependency drush/drush to v13.3.0

fix(deps): update dependency drush/drush to v13.3.0 #202

name: Drupal test routine
on:
push:
branches:
- 'main'
- 'php82'
pull_request:
branches:
- 'main'
jobs:
test-suite:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: Report versions
run: |
docker version
docker compose version
node -v
yarn -v
- name: Update codebase to follow CI configuration
run: |
sed -i -e "/###/d" docker-compose.yml
- name: Pull all images
run: |
docker compose pull --ignore-pull-failures
- name: Install test harness
run: |
yarn add leia-parser mocha chai@4 command-line-test
- name: Generate test files
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
run: |
yarn mocha --timeout 900000 test/*compose*.func.js