diff --git a/.github/workflows/images-test.yaml b/.github/workflows/images-test.yaml index 9f98258..d3df564 100644 --- a/.github/workflows/images-test.yaml +++ b/.github/workflows/images-test.yaml @@ -22,10 +22,7 @@ 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'