diff options
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e0c8125..d04f7e05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: with: java-version: adopt@1.8 - name: Cache Scala - uses: coursier/cache-action@v5 + uses: coursier/cache-action@v6 - name: Check Formatting (Scala 2.12 only) if: startsWith(matrix.scala, '2.12') run: sbt ++${{ matrix.scala }} scalafmtCheckAll @@ -95,7 +95,7 @@ jobs: # When adding new jobs, please add them to `needs` below all_tests_passed: name: "all tests passed" - needs: [test, equiv] + needs: [test, mill, equiv] runs-on: ubuntu-latest steps: - run: echo Success! |
