Skip to content

Commit

Permalink
Use better job name in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Mar 2, 2024
1 parent 9158261 commit 3f51a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
echo "kosli_fingerprint=${FINGERPRINT}" >> ${GITHUB_OUTPUT}
unit-tests:
tests:
needs: [build-image, kosli-trail]
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
sdlc-control-gate:
needs: [unit-tests, snyk-container-scan, snyk-code-scan, kosli-trail, build-image]
needs: [tests, snyk-container-scan, snyk-code-scan, kosli-trail, build-image]
runs-on: ubuntu-latest
steps:
- name: Setup Kosli CLI
Expand Down

0 comments on commit 3f51a58

Please sign in to comment.