mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-22 07:46:25 +00:00
actions: add end-to-end tests
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
f50f8d0f93
commit
74aac3fdcb
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
- name: Setup dependencies
|
- 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
|
- name: Share cache with other actions
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
@ -45,6 +45,9 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: git --no-pager diff --exit-code HEAD~1 HEAD **/**.go templates/ || make 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:
|
docs-up-to-date:
|
||||||
name: Docs up to date
|
name: Docs up to date
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user