From 6daa3f622f093fe82f6b2c3a9a9277c81aca7a95 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 14 May 2024 10:07:58 +1000 Subject: [PATCH] test: update leia parser --- .github/workflows/images-test.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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'