Skip to content

Commit

Permalink
move ci in order
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Dec 4, 2024
1 parent 378a6c1 commit 58bc77f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 58bc77f

Please sign in to comment.