Skip to content

Commit 0a80e85

Browse files
committed
Only run bootstrapped tests for the Windows CI
They are a superset of the non-bootstrapped tests and bootstrapping issues should be caught by the non-bootstrapped Linux runner.
1 parent 8442319 commit 0a80e85

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,19 @@ jobs:
9696
./project/scripts/sbt ";scala3-bootstrapped/compile ;scala3-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;sbt-dotty/scripted scala2-compat/* ;configureIDE"
9797
./project/scripts/bootstrapCmdTests
9898
99-
100-
test-windows:
101-
runs-on: [self-hosted, Windows]
102-
103-
steps:
104-
- name: Git Checkout
105-
uses: actions/checkout@v2
106-
107-
- name: Test
108-
run: sbt ";compile ;test"
109-
shell: cmd
99+
## Only run bootstrapped tests for Windows since that's a superset of the
100+
## non-bootstrapped tests and bootstrapping issues should be caught by
101+
## the non-bootstrapped Linux runner.
102+
# test-windows:
103+
# runs-on: [self-hosted, Windows]
104+
105+
# steps:
106+
# - name: Git Checkout
107+
# uses: actions/checkout@v2
108+
109+
# - name: Test
110+
# run: sbt ";compile ;test"
111+
# shell: cmd
110112

111113
test_bootstrapped-windows:
112114
runs-on: [self-hosted, Windows]

0 commit comments

Comments
 (0)