From f88d50559824f5662ba5d5b2ffc2724003dedbc7 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 14 May 2024 10:10:11 +1000 Subject: [PATCH] tests: update to @lando/leia --- .github/workflows/drupal-example.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/drupal-example.yaml b/.github/workflows/drupal-example.yaml index 2cfe83c..c9923c9 100644 --- a/.github/workflows/drupal-example.yaml +++ b/.github/workflows/drupal-example.yaml @@ -45,13 +45,10 @@ jobs: 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 + yarn add @lando/leia - name: Run docker compose tests run: | - yarn mocha --timeout 900000 test/*compose*.func.js + yarn leia "TESTING_dockercompose.md" -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' # - name: Run Lando tests # timeout-minutes: 10 # continue-on-error: true