File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -157,24 +157,24 @@ jobs:
157
157
run : mvn test
158
158
159
159
160
- test-windows :
161
- name : Test Windows
162
- needs : build-win-native
163
- runs-on : windows-latest
164
- steps :
165
- - uses : actions/checkout@v4
166
- - uses : actions/download-artifact@v3
167
- with :
168
- name : artifacts
169
- path : ${{ github.workspace }}/src/main/resources/de/kherud/llama/
170
- - name : Download model
171
- run : curl -L $env:MODEL_URL --create-dirs -o models/$env:MODEL_NAME
172
- - uses : actions/setup-java@v4
173
- with :
174
- distribution : ' zulu'
175
- java-version : ' 11'
176
- - name : Run tests
177
- run : mvn test
160
+ # test-windows:
161
+ # name: Test Windows
162
+ # needs: build-win-native
163
+ # runs-on: windows-latest
164
+ # steps:
165
+ # - uses: actions/checkout@v4
166
+ # - uses: actions/download-artifact@v3
167
+ # with:
168
+ # name: artifacts
169
+ # path: ${{ github.workspace }}/src/main/resources/de/kherud/llama/
170
+ # - name: Download model
171
+ # run: curl -L $env:MODEL_URL --create-dirs -o models/$env:MODEL_NAME
172
+ # - uses: actions/setup-java@v4
173
+ # with:
174
+ # distribution: 'zulu'
175
+ # java-version: '11'
176
+ # - name: Run tests
177
+ # run: mvn test
178
178
179
179
180
180
publish :
You can’t perform that action at this time.
0 commit comments