We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d234e commit 38c48e6Copy full SHA for 38c48e6
.github/workflows/ci.yml
@@ -12,6 +12,8 @@ jobs:
12
env:
13
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
14
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
15
+ AWS_REGION: "ap-northeast-1"
16
+ TEST_TIME_FACTOR: "5"
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up Scala
0 commit comments