Skip to content

Commit

Permalink
scalafmt, ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Iurii Malchenko committed Sep 27, 2022
1 parent 6d155e1 commit 7826411
Show file tree
Hide file tree
Showing 6 changed files with 1,582 additions and 1,986 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.1, 2.13.6, 2.12.14]
scala: [3.2.0, 2.13.6, 2.12.14]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -107,12 +107,12 @@ jobs:
~/Library/Caches/Coursier/v1
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Download target directories (3.0.1)
- name: Download target directories (3.2.0)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.0.1-${{ matrix.java }}
name: target-${{ matrix.os }}-3.2.0-${{ matrix.java }}

- name: Inflate target directories (3.0.1)
- name: Inflate target directories (3.2.0)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
Loading

0 comments on commit 7826411

Please sign in to comment.