Skip to content

Commit

Permalink
.ush
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 14, 2025
1 parent d4d4172 commit 59efd47
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,14 @@ jobs:
# in the list should be the one that's most worth looking into
build-linux:
uses: ./.github/workflows/pre-build.yml
with: {os: ubuntu-latest}

strategy: {matrix: {include: [dummy: 1]}} # dummy matrix to make job not show up in UI if skipped
with:
os: ubuntu-latest

build-windows:
needs: main-ci
uses: ./.github/workflows/pre-build.yml
with: {os: windows-latest}

strategy: { matrix: { include: [ dummy: 1 ] } } # dummy matrix to make job not show up in UI if skipped
with:
os: windows-latest

test-docs:
needs: main-ci
Expand All @@ -76,8 +74,6 @@ jobs:

- run: ./mill -i docs.fastPages + docs.checkBrokenLinks

strategy: { matrix: { include: [ dummy: 1 ] } } # dummy matrix to make job not show up in UI if skipped

mac:
needs: main-ci
runs-on: macos-latest
Expand Down Expand Up @@ -228,5 +224,3 @@ jobs:
with:
java-version: '17'
buildcmd: ./mill -i mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources + __.mimaReportBinaryIssues + __.fix --check + mill.javalib.palantirformat.PalantirFormatModule/ --check + mill.kotlinlib.ktlint.KtlintModule/checkFormatAll

strategy: { matrix: { include: [ dummy: 1 ] } } # dummy matrix to make job not show up in UI if skipped

0 comments on commit 59efd47

Please sign in to comment.