File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
-v jar-cache:/root/.ivy \
137
137
-v jar-cache:/root/.ivy2 \
138
138
-w /working \
139
- sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.7_2 .13.16 \
139
+ sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.10_2 .13.16 \
140
140
bash -c "git config --global --add safe.directory /working && sbt -J-Xmx2g -J-XX:+UseG1GC \"project pact4s\" clean \"testOnly org.broadinstitute.dsde.rawls.consumer.*\""
141
141
142
142
- name : Output consumer contract as non-breaking base64 string
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ jobs:
328
328
-e POSTGRES_READ_URL=localhost:5432 \
329
329
-e POSTGRES_USERNAME=rawls-test \
330
330
-e POSTGRES_PASSWORD=rawls-test \
331
- sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.7_2 .13.16 \
331
+ sbtscala/scala-sbt:eclipse-temurin-17.0.13_11_1.10.10_2 .13.16 \
332
332
bash -c "git config --global --add safe.directory /working && sbt -J-Xmx2g -J-XX:+UseG1GC \"project pact4s\" clean coverage \"testOnly org.broadinstitute.dsde.rawls.provider.*\" coverageReport"
333
333
334
334
can-i-deploy : # The can-i-deploy job will run as a result of a Rawls PR. It reports the pact verification statuses on all deployed environments.
You can’t perform that action at this time.
0 commit comments