Skip to content

Commit ad83526

Browse files
committed
removing GitHub Action config adjustments
1 parent 93112f1 commit ad83526

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
- name: Execute Unit Tests
110110
run: |
111111
if [[ $GITHUB_ACTOR == 'dependabot[bot]' ]]; then
112-
./gradlew test jacocoTestReport -x integrationTest --parallel --build-cache
112+
./gradlew test jacocoTestReport --parallel --build-cache
113113
else
114-
./gradlew test jacocoTestReport sonar -x integrationTest --parallel --build-cache
114+
./gradlew test jacocoTestReport sonar --parallel --build-cache
115115
fi
116116
working-directory: ./service
117117
env:

service/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,3 @@ bootJar {
181181
exclude("**/TransformJsonToXml*")
182182
}
183183

184-
integrationTest.mustRunAfter test

0 commit comments

Comments
 (0)