2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2024-11-25 17:16:25 +00:00

actions: add end-to-end tests as release dependency

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2023-02-28 18:12:38 +01:00 committed by Adphi
parent f7b4861b1d
commit 709f24b5df

View File

@ -226,6 +226,7 @@ jobs:
- tests - tests
- docs-up-to-date - docs-up-to-date
- build - build
- e2e-tests
steps: steps:
- name: Checkout - name: Checkout
@ -274,6 +275,7 @@ jobs:
- tests - tests
- docs-up-to-date - docs-up-to-date
- build-image - build-image
- e2e-tests
steps: steps:
- name: Checkout - name: Checkout