From 58bc77f60bd112f08645ba049a9be3ca7f371a62 Mon Sep 17 00:00:00 2001 From: DelanoWAF Date: Wed, 4 Dec 2024 15:53:17 +0100 Subject: [PATCH] move ci in order --- .github/workflows/ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44010893..ad13f176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,6 @@ on: - master jobs: - test-larva-scenarios: - uses: ./.github/workflows/run-larva-scenarios.yml - with: - APP_VERSION: "1.0.0" version-next: runs-on: ubuntu-latest permissions: @@ -46,6 +42,14 @@ jobs: upload-sarif-to-security: false run-frank-till-healthy-enabled: false + test-larva-scenarios: + needs: + - version-next + - ci + uses: ./.github/workflows/run-larva-scenarios.yml + with: + APP_VERSION: "1.0.0" + run-soapui-tests: runs-on: ubuntu-latest needs: