Skip to content

Commit

Permalink
Merge pull request mercedes-benz#2854 from mercedes-benz/feature-2853…
Browse files Browse the repository at this point in the history
…-normal-integration-tests-must-always-run

Changed ordering to enforce normal integration tests run always mercedes-benz#2853
  • Loading branch information
de-jcup authored Jan 23, 2024
2 parents 58e9dfb + 1f07962 commit 52255d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Integration test
- name: Integration test
run: ./gradlew :sechub-integrationtest:startIntegrationTestInstances :sechub-systemtest:integrationtest :sechub-integrationtest:integrationtest :sechub-integrationtest:stopIntegrationTestInstances -Dsechub.build.stage=all --console=plain
run: ./gradlew :sechub-integrationtest:startIntegrationTestInstances :sechub-integrationtest:integrationtest :sechub-systemtest:integrationtest :sechub-integrationtest:stopIntegrationTestInstances -Dsechub.build.stage=all --console=plain

# We use 'if: always()' to run a step even if a previous step failed
- name: Create combined test report
Expand Down

0 comments on commit 52255d1

Please sign in to comment.