actions: add end-to-end tests

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2023-02-23 12:02:01 +01:00 committed by Adphi
parent f50f8d0f93
commit 74aac3fdcb
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Setup dependencies
run: sudo apt update && sudo apt install -y util-linux udev parted e2fsprogs mount tar extlinux qemu-utils
run: sudo apt update && sudo apt install -y util-linux udev parted e2fsprogs mount tar extlinux qemu-utils qemu-system
- name: Share cache with other actions
uses: actions/cache@v2
@ -45,6 +45,9 @@ jobs:
- name: Run tests
run: git --no-pager diff --exit-code HEAD~1 HEAD **/**.go templates/ || make tests
- name: Run end-to-end tests
run: make e2e
docs-up-to-date:
name: Docs up to date
runs-on: ubuntu-latest