Skip to content

Commit

Permalink
Fix .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Nov 17, 2022
1 parent c682b48 commit 7425e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- 3.2.1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: coursier/cache-action@v6

- name: scala
uses: olafurpg/setup-scala@v11
uses: olafurpg/setup-scala@v13
with:
java-version: openjdk@1.11

Expand All @@ -32,7 +32,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: Scala ${{ matrix.scala }}
run: sbt ++${{ matrix.scala }} coverageReport coverageAggregate coveralls
run: sbt ++${{ matrix.scala }} coverageReport coveralls

- name: slack
uses: homoluctus/slatify@master
Expand Down

0 comments on commit 7425e30

Please sign in to comment.