Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 5, 2024
1 parent f86a8c0 commit 6c2e3da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
millargs: __.compile
populate_cache: true
itest:
needs: build-linux
strategy:
fail-fast: false
matrix:
Expand All @@ -65,6 +66,7 @@ jobs:
buildcmd: ${{ matrix.buildcmd }}

linux:
needs: build-linux
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -123,32 +125,37 @@ jobs:
millargs: ${{ matrix.millargs }}

compiler-bridge:
needs: build-linux
uses: ./.github/workflows/run-mill-action.yml
with:
java-version: '8'
millargs: bridge.__.publishLocal
env-bridge-versions: 'essential'

format-check:
needs: build-linux
uses: ./.github/workflows/run-mill-action.yml
with:
java-version: '11'
millargs: mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources

scalafix-check:
needs: build-linux
uses: ./.github/workflows/run-mill-action.yml
with:
java-version: '11'
millargs: -i -k __.fix --check

bincompat-check:
needs: build-linux
uses: ./.github/workflows/run-mill-action.yml
with:
java-version: '11'
millargs: __.mimaReportBinaryIssues
continue-on-error: true

windows:
needs: build-windows
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 6c2e3da

Please sign in to comment.