Skip to content

Commit

Permalink
Update .github/workflows & remove .circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
j5ik2o committed Jul 21, 2021
1 parent 9d49d15 commit ce677a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
35 changes: 0 additions & 35 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
jdk: [ [email protected], [email protected], [email protected] ]
scala: [ 2.13.5, 2.12.13, 2.11.12 ]
scala: [ 3.0.1, 2.13.5, 2.12.13 ]
runs-on: ubuntu-latest
needs: lint
env:
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,8 @@ on:
tags:
- v[1-9]+.[0-9]+.[0-9]+
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
jdk: [ [email protected], [email protected], [email protected] ]
scala: [ 2.11.12, 2.12.13, 2.13.5 ]
runs-on: ${{ matrix.os }}
env:
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
AWS_REGION: ap-northeast-1
TEST_TIME_FACTOR: 3
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v12
with:
java-version: ${{ matrix.jdk }}
- uses: coursier/cache-action@v6
- run: sbt -v ++${{ matrix.scala }} test
- name: clean up
run: "${GITHUB_WORKSPACE}/.github/clean-up.sh"
release:
runs-on: ubuntu-latest
needs: test
env:
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
Expand Down

0 comments on commit ce677a8

Please sign in to comment.