File tree Expand file tree Collapse file tree 2 files changed +19
-20
lines changed
src/test/java/de/kherud/llama Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -137,24 +137,24 @@ jobs:
137
137
- name : Run tests
138
138
run : mvn test
139
139
140
- test-macos :
141
- name : Test Mac
142
- needs : build-macos-native
143
- runs-on : macos-14
144
- steps :
145
- - uses : actions/checkout@v4
146
- - uses : actions/download-artifact@v3
147
- with :
148
- name : artifacts
149
- path : ${{ github.workspace }}/src/main/resources/de/kherud/llama/
150
- - name : Download model
151
- run : curl -L ${MODEL_URL} --create-dirs -o models/${MODEL_NAME}
152
- - uses : actions/setup-java@v4
153
- with :
154
- distribution : ' zulu'
155
- java-version : ' 11'
156
- - name : Run tests
157
- run : mvn test
140
+ # test-macos:
141
+ # name: Test Mac
142
+ # needs: build-macos-native
143
+ # runs-on: macos-14
144
+ # steps:
145
+ # - uses: actions/checkout@v4
146
+ # - uses: actions/download-artifact@v3
147
+ # with:
148
+ # name: artifacts
149
+ # path: ${{ github.workspace }}/src/main/resources/de/kherud/llama/
150
+ # - name: Download model
151
+ # run: curl -L ${MODEL_URL} --create-dirs -o models/${MODEL_NAME}
152
+ # - uses: actions/setup-java@v4
153
+ # with:
154
+ # distribution: 'zulu'
155
+ # java-version: '11'
156
+ # - name: Run tests
157
+ # run: mvn test
158
158
159
159
160
160
# test-windows:
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
publish :
181
181
if : ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.build_only == 'no' }}
182
- needs : [ test-linux,test -macos,build-win-native ]
182
+ needs : [ test-linux,build -macos-native ,build-win-native ]
183
183
runs-on : ubuntu-latest
184
184
steps :
185
185
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ public void testCompleteInfillCustom() {
125
125
Assert .assertFalse (output .isEmpty ());
126
126
}
127
127
128
- @ Ignore
129
128
@ Test
130
129
public void testCompleteGrammar () {
131
130
InferenceParameters params = new InferenceParameters ("" )
You can’t perform that action at this time.
0 commit comments