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 29
29
develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
30
30
- name : " 🏃 Run tests"
31
31
run : ./gradlew check
32
- - name : " 🏃 Run functional tests"
33
- working-directory : ./functional-tests
34
- run : ./gradlew check
35
32
publish_snapshot :
36
33
if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
37
34
name : " Build Project and Publish Snapshot release"
Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ dependencies {
40
40
41
41
testImplementation libs. grails. testing. support. core
42
42
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
-
49
43
testImplementation libs. bytebudy
50
44
}
51
45
You can’t perform that action at this time.
0 commit comments