File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ jobs:
181181
182182 # UI TESTS
183183 test-ui-ubuntu :
184- if : False
185184 name : UI Test ${{ matrix.version }}-ubuntu-latest
186185 needs : build-ubuntu
187186 runs-on : ubuntu-latest
@@ -196,8 +195,8 @@ jobs:
196195 - *setup-node
197196 - *ci
198197 - *install
199- - &run-ui- tests
200- name : Run UI tests
198+ - name : Run UI tests
199+ if : False
201200 run : npm run test-ui
202201 env :
203202 MLM_WEB_LICENSE : true
@@ -220,7 +219,13 @@ jobs:
220219 - *setup-node
221220 - *ci
222221 - *install
223- - *run-ui-tests
222+ - &run-ui-tests
223+ name : Run UI tests
224+ run : npm run test-ui
225+ env :
226+ MLM_WEB_LICENSE : true
227+ MLM_WEB_ID : ${{ secrets.MLM_WEB_ID }}
228+ MLM_WEB_USER_CRED : ${{ secrets.MLM_WEB_USER_CRED }}
224229 - *upload-windows-SS
225230
226231 test-ui-macos :
You can’t perform that action at this time.
0 commit comments