Skip to content

Commit cde8919

Browse files
committed
Filter ui tests on ubuntu
1 parent 5142d21 commit cde8919

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ jobs:
6363
MLM_WEB_LICENSE: true
6464
MLM_WEB_ID: ${{secrets.MLM_WEB_ID}}
6565
MLM_WEB_USER_CRED: ${{secrets.MLM_WEB_USER_CRED}}
66-
DISPLAY: ":17.0"
66+
DISPLAY: ":17.0"
67+
if: ${{ success() && matrix.os != 'ubuntu-latest' }}

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
MLM_WEB_ID: ${{secrets.MLM_WEB_ID}}
5151
MLM_WEB_USER_CRED: ${{secrets.MLM_WEB_USER_CRED}}
5252
DISPLAY: ":17.0"
53+
if: ${{ success() && matrix.os != 'ubuntu-latest' }}
5354
- name: Run Smoke tests
5455
run: npm run test-smoke
5556
env:

0 commit comments

Comments
 (0)