We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2525e59 commit a2bcfdeCopy full SHA for a2bcfde
.github/workflows/scala.yml
@@ -37,8 +37,9 @@ jobs:
37
~/.sbt/
38
~/.coursier/
39
key: |
40
- ${{ runner.os }}-${{matrix.scala}}-${{ hashFiles('**/*.sbt') }}
41
- ${{ runner.os }}-${{matrix.scala}}-
+ ${{runner.os}}-${{matrix.scala}}-${{hashFiles('**/*.sbt')}}-${{matrix.sbt-args}}
+ ${{runner.os}}-${{matrix.scala}}-${{hashFiles('**/*.sbt')}}-
42
+ ${{runner.os}}-${{matrix.scala}}-
43
- name: Run tests
44
run: sbt ${{matrix.sbt-args}} ++${{ matrix.scala }} test
45
- name: Publish to Maven Central Repository
0 commit comments