Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 27, 2025
1 parent 7c38362 commit fa40a64
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,6 @@ jobs:
os: ubuntu-latest
shell: bash

build-windows:
if: (github.event.action == 'ready_for_review') || (github.event.pull_request.draft == false)
uses: ./.github/workflows/pre-build.yml
with:
os: windows-latest
shell: powershell

test-docs:
if: (github.event.action == 'ready_for_review') || (github.event.pull_request.draft == false)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: { fetch-depth: 1 }

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

cross-plat:
if: (github.event.action == 'ready_for_review') || (github.event.pull_request.draft == false)
runs-on: ${{ matrix.os }}
Expand All @@ -87,13 +71,6 @@ jobs:
millargs: "'example.javalib.basic[1-hello].native.server.test'"
java-version: 17

# - os: macos-latest
# millargs: "'example.thirdparty[acyclic].native.server.test'"
# java-version: 11
#
# - os: macos-13
# millargs: "'example.thirdparty[jimfs].native.server.test'"
# java-version: 11
steps:
- uses: actions/checkout@v4
with: { fetch-depth: 1 }
Expand Down

0 comments on commit fa40a64

Please sign in to comment.