Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed Dec 23, 2024
1 parent 44e2cc3 commit 1c127c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/kapua-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ jobs:
with:
tag: '@job or @scheduler and not @it'
needs-docker-images: 'false'
Test - Job Service IT:
test-job-it:
name: Test - Job Services IT
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
Expand All @@ -173,7 +174,8 @@ jobs:
with:
tag: '@job and @it'
needs-docker-images: 'true'
Test - Job Engine IT:
test-job-engine-it:
name: Test - Job Engine IT
needs: build
runs-on: ubuntu-latest
timeout-minutes: 45
Expand Down

0 comments on commit 1c127c5

Please sign in to comment.