@@ -128,13 +128,13 @@ jobs:
128
128
name : release-${{ matrix.build_type }}-with-shared-lib-${{ matrix.shared_lib }}-with-tts-${{ matrix.with_tts }}
129
129
path : install/*
130
130
131
- - name : Test offline punctuation
131
+ - name : Test spoken language identification (C++ API)
132
132
shell : bash
133
133
run : |
134
134
export PATH=$PWD/build/bin:$PATH
135
- export EXE=sherpa-onnx-offline-punctuation
135
+ export EXE=sherpa-onnx-offline-language-identification
136
136
137
- .github/scripts/test-offline-punctuation .sh
137
+ .github/scripts/test-spoken-language-identification .sh
138
138
139
139
- name : Test C API
140
140
shell : bash
@@ -147,13 +147,13 @@ jobs:
147
147
148
148
.github/scripts/test-c-api.sh
149
149
150
- - name : Test Audio tagging
150
+ - name : Test offline CTC
151
151
shell : bash
152
152
run : |
153
153
export PATH=$PWD/build/bin:$PATH
154
- export EXE=sherpa-onnx-offline-audio-tagging
154
+ export EXE=sherpa-onnx-offline
155
155
156
- .github/scripts/test-audio-tagging .sh
156
+ .github/scripts/test-offline-ctc .sh
157
157
158
158
- name : Test online CTC
159
159
shell : bash
@@ -163,14 +163,21 @@ jobs:
163
163
164
164
.github/scripts/test-online-ctc.sh
165
165
166
+ - name : Test offline punctuation
167
+ shell : bash
168
+ run : |
169
+ export PATH=$PWD/build/bin:$PATH
170
+ export EXE=sherpa-onnx-offline-punctuation
171
+
172
+ .github/scripts/test-offline-punctuation.sh
166
173
167
- - name : Test spoken language identification (C++ API)
174
+ - name : Test Audio tagging
168
175
shell : bash
169
176
run : |
170
177
export PATH=$PWD/build/bin:$PATH
171
- export EXE=sherpa-onnx-offline-language-identification
178
+ export EXE=sherpa-onnx-offline-audio-tagging
172
179
173
- .github/scripts/test-spoken-language-identification .sh
180
+ .github/scripts/test-audio-tagging .sh
174
181
175
182
- name : Test transducer kws
176
183
shell : bash
@@ -180,7 +187,6 @@ jobs:
180
187
181
188
.github/scripts/test-kws.sh
182
189
183
-
184
190
- name : Test offline Whisper
185
191
if : matrix.build_type != 'Debug'
186
192
shell : bash
@@ -192,14 +198,6 @@ jobs:
192
198
193
199
.github/scripts/test-offline-whisper.sh
194
200
195
- - name : Test offline CTC
196
- shell : bash
197
- run : |
198
- export PATH=$PWD/build/bin:$PATH
199
- export EXE=sherpa-onnx-offline
200
-
201
- .github/scripts/test-offline-ctc.sh
202
-
203
201
- name : Test offline TTS
204
202
if : matrix.with_tts == 'ON'
205
203
shell : bash
0 commit comments