Skip to content

Commit

Permalink
included configsdocsgenerator and UI
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Dec 2, 2024
1 parent debed7e commit d5a1a1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/configurationserver_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
--disableNodeAudit
--nvdApiKey ${{ secrets.NVD_API_KEY }}
--nvdApiDelay 10000
# - name: build UI
# run: ./gradlew :inspectit-ocelot-configurationserver-ui:buildFrontend
- name: Run DependencyCheck plugin
uses: dependency-check/Dependency-Check_Action@main
id: depcheck-ui
Expand Down Expand Up @@ -96,7 +94,7 @@ jobs:
path: ${{ github.workspace }}/reports
# if DependencyCheck failed, the job should also fail, but only after the results were uploaded
- name: Validate DependencyCheck outcome
if: ${{ steps.depcheck.outcome == 'failure' }} #TODO
if: ${{ steps.depcheck.outcome == 'failure' || steps.depcheck-ui.outcome == 'failure' || steps.depcheck-docs.outcome == 'failure' }}
run: |
echo "DependencyCheck failed"
exit 1

0 comments on commit d5a1a1d

Please sign in to comment.