File tree 2 files changed +8
-2
lines changed
grails-app/controllers/au/org/ala/ecodata/forms
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 50
50
- name : Run tests and jacoco coverage report with Gradle
51
51
uses : gradle/gradle-build-action@v2.4.2
52
52
with :
53
- arguments : -PenableJacoco=true test
53
+ arguments : -PenableJacoco=true check
54
54
55
55
- name : Run javascript unit tests
56
56
run : node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless
Original file line number Diff line number Diff line change @@ -157,7 +157,13 @@ class PreviewController {
157
157
def sites = [[
158
158
' siteId' : ' abc' ,
159
159
' projects' : [' projectA' ],
160
- ' name' : ' Test site'
160
+ ' name' : ' Test site' ,
161
+ extent : [
162
+ geometry : [
163
+ type : ' Point' ,
164
+ coordinates : [ 153.0 , -27.0 ]
165
+ ]
166
+ ]
161
167
]]
162
168
render sites as JSON , contentType : ' application/json'
163
169
}
You can’t perform that action at this time.
0 commit comments