From 9cc756c4677bc26cb0b615aa771477218eff7830 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Tue, 10 Sep 2024 17:26:09 +0200 Subject: [PATCH] ci: Move test after build --- .github/workflows/dispatch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 7c29fa14..07f7a020 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -19,6 +19,7 @@ jobs: call-test: name: "Test" + needs: [ call-lint, call-build ] uses: ./.github/workflows/test.yml secrets: inherit