diff options
| author | Jack Koenig | 2021-04-15 16:45:38 -0700 |
|---|---|---|
| committer | GitHub | 2021-04-15 16:45:38 -0700 |
| commit | fc86112bc09f3e804d76e329fea96acb70e4909d (patch) | |
| tree | 190a34868880b72d3153e487d1eafafd9620c258 /.github/workflows/test.yml | |
| parent | 20890bbd6bef2f33adace433a2d01f89458f0466 (diff) | |
Add Workflow to automatically update .mergify.yml (#2180)
Also make minor updates to CI workflow
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! |
