File tree 1 file changed +13
-11
lines changed 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -96,17 +96,19 @@ jobs:
96
96
./project/scripts/sbt ";scala3-bootstrapped/compile ;scala3-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;sbt-dotty/scripted scala2-compat/* ;configureIDE"
97
97
./project/scripts/bootstrapCmdTests
98
98
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
110
112
111
113
test_bootstrapped-windows :
112
114
runs-on : [self-hosted, Windows]
You can’t perform that action at this time.
0 commit comments