Skip to content

Commit

Permalink
Merge branch 'ThoughtWorksInc:template' into template
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Jan 27, 2023
2 parents 1cb728c + a2bcfde commit 805e013
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scala.yml
Expand Up @@ -37,8 +37,9 @@ jobs:
~/.sbt/
~/.coursier/
key: |
${{ runner.os }}-${{matrix.scala}}-${{ hashFiles('**/*.sbt') }}
${{ runner.os }}-${{matrix.scala}}-
${{runner.os}}-${{matrix.scala}}-${{hashFiles('**/*.sbt')}}-${{matrix.sbt-args}}
${{runner.os}}-${{matrix.scala}}-${{hashFiles('**/*.sbt')}}-
${{runner.os}}-${{matrix.scala}}-
- name: Run tests
run: sbt ${{matrix.sbt-args}} ++${{ matrix.scala }} test
- name: Publish to Maven Central Repository
Expand Down

0 comments on commit 805e013

Please sign in to comment.