test: update leia parser #124
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Image test routine | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'dev' | |
pull_request: | |
branches: | |
- 'main' | |
jobs: | |
test-suite: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: "0" | |
- name: Pull all images | |
run: | | |
docker compose pull --ignore-pull-failures | |
- name: Install test harness | |
run: | | |
yarn add @lando/leia | |
- name: Run docker-compose tests | |
run: | | |
yarn leia "TESTING_dockercompose.md" -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' |