File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 2929 develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3030 - name : " 🏃 Run tests"
3131 run : ./gradlew check
32- - name : " 🏃 Run functional tests"
33- working-directory : ./functional-tests
34- run : ./gradlew check
3532 publish_snapshot :
3633 if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
3734 name : " Build Project and Publish Snapshot release"
Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ dependencies {
4040
4141 testImplementation libs. grails. testing. support. core
4242 testImplementation libs. spock. core
43-
44- integrationTestImplementation libs. spring. web
45-
46- integrationTestRuntimeOnly libs. slf4j. nop // Get rid of warning about missing slf4j implementation during test task
47- integrationTestRuntimeOnly libs. springboot. starter. tomcat
48-
4943 testImplementation libs. bytebudy
5044}
5145
You can’t perform that action at this time.
0 commit comments