Skip to content

Commit

Permalink
Merge branch 'jdhameli-tests-1.2.0' of https://github.com/mathworks/M…
Browse files Browse the repository at this point in the history
…ATLAB-extension-for-vscode into jdhameli-tests-1.2.0
  • Loading branch information
jdhameli committed Mar 19, 2024
2 parents c2d8b7a + 068e320 commit ba4d4b7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
release: ${{ matrix.version }}
- name: Setup node
uses: actions/setup-node@v4
with:
"node-version": 18.x
- name: npm clean install
run: npm ci
- name: Start Xvfb
Expand All @@ -41,15 +43,15 @@ jobs:
run: npm run package
- name: npm install
run: npm install
- name: Run Smoke tests
run: npm run test-smoke
- name: Run UI tests
run: npm run test-ui
env:
MLM_WEB_LICENSE: true
MLM_WEB_ID: ${{secrets.MLM_WEB_ID}}
MLM_WEB_USER_CRED: ${{secrets.MLM_WEB_USER_CRED}}
DISPLAY: ":17.0"
- name: Run UI tests
run: npm run test-ui
- name: Run Smoke tests
run: npm run test-smoke
env:
MLM_WEB_LICENSE: true
MLM_WEB_ID: ${{secrets.MLM_WEB_ID}}
Expand Down

0 comments on commit ba4d4b7

Please sign in to comment.