We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5142d21 commit cde8919Copy full SHA for cde8919
.github/workflows/test-pull-request.yml
@@ -63,4 +63,5 @@ jobs:
63
MLM_WEB_LICENSE: true
64
MLM_WEB_ID: ${{secrets.MLM_WEB_ID}}
65
MLM_WEB_USER_CRED: ${{secrets.MLM_WEB_USER_CRED}}
66
- DISPLAY: ":17.0"
+ DISPLAY: ":17.0"
67
+ if: ${{ success() && matrix.os != 'ubuntu-latest' }}
.github/workflows/test.yml
@@ -50,6 +50,7 @@ jobs:
50
51
52
DISPLAY: ":17.0"
53
54
- name: Run Smoke tests
55
run: npm run test-smoke
56
env:
0 commit comments