From 74aac3fdcbf12e5894a40fc1583417142ff4973b Mon Sep 17 00:00:00 2001 From: Adphi Date: Thu, 23 Feb 2023 12:02:01 +0100 Subject: [PATCH] actions: add end-to-end tests Signed-off-by: Adphi --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51131bd..d1e9d15 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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