Skip to content

Commit bd9927e

Browse files
committed
ci: Update release.yml
1 parent 07f758f commit bd9927e

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,8 @@ on:
44
tags:
55
- v[1-9]+.[0-9]+.[0-9]+
66
jobs:
7-
test:
8-
strategy:
9-
fail-fast: false
10-
matrix:
11-
os: [ ubuntu-latest ]
12-
13-
scala: [ 3.0.0, 2.13.6, 2.12.13 ]
14-
runs-on: ${{ matrix.os }}
15-
env:
16-
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
17-
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
18-
AWS_REGION: ap-northeast-1
19-
TEST_TIME_FACTOR: 5
20-
steps:
21-
- uses: actions/[email protected]
22-
with:
23-
fetch-depth: 0
24-
- uses: olafurpg/setup-scala@v12
25-
with:
26-
java-version: ${{ matrix.jdk }}
27-
- uses: coursier/cache-action@v6
28-
- run: sbt -v ++${{ matrix.scala }} test
29-
- name: clean up
30-
run: "${GITHUB_WORKSPACE}/.github/clean-up.sh"
317
release:
328
runs-on: ubuntu-latest
33-
needs: test
349
env:
3510
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
3611
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)