Skip to content

Commit

Permalink
Reenabled CI checks: bin-compat and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Apr 3, 2023
1 parent 2abecd5 commit 84dbc4c
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,37 +92,37 @@ jobs:
- name: Run '${{ matrix.buildcmd }}'
run: ${{ matrix.buildcmd }}

# test-bin-compat:
# strategy:
# fail-fast: false
# matrix:
# java-version: [8]
# buildcmd:
# - ./mill -i -k __.mimaReportBinaryIssues
#
# runs-on: ubuntu-latest
# # when doing milestone builds, this may be true
# continue-on-error: true
#
# steps:
# - uses: actions/checkout@v3
# with:
# fetch-depth: 0
#
# - uses: coursier/cache-action@v6
#
# - uses: actions/setup-java@v3
# with:
# java-version: ${{ matrix.java-version }}
# distribution: temurin
#
# - name: Prepare git config
# run: |
# git config --add user.name "Mill GithHub Actions"
# git config --add user.email "mill-ci@localhost"
#
# - name: Run '${{ matrix.buildcmd }}'
# run: ${{ matrix.buildcmd }}
checks:
strategy:
fail-fast: false
matrix:
java-version: [8]
buildcmd:
- ./mill -i -k mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources + __.mimaReportBinaryIssues

runs-on: ubuntu-latest
# when doing milestone builds, this may be true
continue-on-error: true

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: coursier/cache-action@v6

- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: temurin

- name: Prepare git config
run: |
git config --add user.name "Mill GithHub Actions"
git config --add user.email "mill-ci@localhost"
- name: Run '${{ matrix.buildcmd }}'
run: ${{ matrix.buildcmd }}

test-windows:
strategy:
Expand Down

0 comments on commit 84dbc4c

Please sign in to comment.