File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ jobs:
86
86
- name : Run javascript unit tests
87
87
run : node_modules/karma/bin/karma start karma.conf.js --single-run --browsers ChromeHeadless
88
88
89
- # - name: Run BioCollect functional tests
90
- # run: ./src/main/scripts/runFunctionalTests.sh chromeHeadless /tmp/ecodata feature/cognito
91
- # env:
92
- # GITHUB_ACTOR: ${{env.GITHUB_ACTOR}}
93
- # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
89
+ - name : Run BioCollect functional tests
90
+ run : ./src/main/scripts/runFunctionalTests.sh chromeHeadless /tmp/ecodata master
91
+ env :
92
+ GITHUB_ACTOR : ${{env.GITHUB_ACTOR}}
93
+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
94
94
95
95
- name : Clean to remove clover instrumentation
96
96
uses : gradle/gradle-build-action@v2.4.2
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ dependencies {
154
154
155
155
if (! Boolean . valueOf(inplace)) {
156
156
implementation " org.grails.plugins:ala-map-plugin:3.0.1"
157
- implementation " org.grails.plugins:ecodata-client-plugin:6.1.3-SNAPSHOT "
157
+ implementation " org.grails.plugins:ecodata-client-plugin:6.1.3"
158
158
}
159
159
160
160
testCompileOnly " org.grails:grails-test-mixins:3.3.0"
Original file line number Diff line number Diff line change @@ -39,16 +39,17 @@ mongosh ecodata-functional-test loadAlaHub.js
39
39
echo " Hosts file configuration"
40
40
cat /etc/hosts
41
41
42
+ cd $BIOCOLLECT_DIR
43
+ echo " Starting wire mock"
44
+ ./gradlew startWireMock &
45
+
42
46
cd $ECODATA_LOCAL_DIR
43
47
echo " Starting ecodata from ` pwd` "
44
48
ls -la
45
49
GRADLE_OPTS=" -Xmx1g" ./gradlew bootRun " -Dorg.gradle.jvmargs=-Xmx1g" -Dgrails.env=meritfunctionaltest &
46
50
sleep 240
47
51
48
52
cd $BIOCOLLECT_DIR
49
- echo " Starting wire mock"
50
- ./gradlew startWireMock
51
-
52
53
echo " Starting biocollect"
53
54
GRADLE_OPTS=" -Xmx1g" ./gradlew bootRun " -Dorg.gradle.jvmargs=-Xmx1g" -Dgrails.env=test -Dgrails.server.port.http=8087 &
54
55
sleep 200
You can’t perform that action at this time.
0 commit comments