Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,19 @@ jobs:
./project/scripts/sbt ";scala3-bootstrapped/compile ;scala3-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;sbt-dotty/scripted scala2-compat/* ;configureIDE"
./project/scripts/bootstrapCmdTests


test-windows:
runs-on: [self-hosted, Windows]

steps:
- name: Git Checkout
uses: actions/checkout@v2

- name: Test
run: sbt ";compile ;test"
shell: cmd
## Only run bootstrapped tests for Windows since that's a superset of the
## non-bootstrapped tests and bootstrapping issues should be caught by
## the non-bootstrapped Linux runner.
# test-windows:
# runs-on: [self-hosted, Windows]

# steps:
# - name: Git Checkout
# uses: actions/checkout@v2

# - name: Test
# run: sbt ";compile ;test"
# shell: cmd

test_bootstrapped-windows:
runs-on: [self-hosted, Windows]
Expand Down