Skip to content

Commit 3b76be0

Browse files
authored
Update test.yml
1 parent 1d376b3 commit 3b76be0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)