From fc86112bc09f3e804d76e329fea96acb70e4909d Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Thu, 15 Apr 2021 16:45:38 -0700 Subject: Add Workflow to automatically update .mergify.yml (#2180) Also make minor updates to CI workflow--- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/test.yml') 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! -- cgit v1.2.3