From 315e689e3331a2031b282e6e214aaad6cfecd641 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 28 Oct 2023 18:44:06 +0200 Subject: [PATCH] WIP: tests CI --- .forgejo/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index aeeea9b..44b99cb 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -4,7 +4,7 @@ on: - 'main' jobs: - tests-and-sync: + tests: runs-on: linux_amd64 steps: - name: Retrieve files @@ -25,6 +25,7 @@ jobs: sync: runs-on: linux_amd64 + needs: tests steps: - name: Retrieve files shell: bash @@ -45,6 +46,7 @@ jobs: deploiement: runs-on: linux_amd64 + needs: sync steps: - name: Reload bind shell: bash