Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Run UI tests on Windows and Mac
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Nov 6, 2023
1 parent 960b294 commit a80938a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/OtherOSes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
id: test
run: npm test

- name: ui test
if: matrix.os != 'ubuntu-latest'
run: npm run ui-test

- name: vsce-package
run: vsce package

Expand All @@ -99,6 +103,13 @@ jobs:
~/.config/Code/logs/*
.vscode-test/logs/*
- name: Store UI Test Screenshots
uses: actions/upload-artifact@v3
if: failure()
with:
name: ${{ matrix.os }}-${{ matrix.version }}-ui-test-screenshots
path: test-resources/screenshots/*.png

check:
if: always()
runs-on: ubuntu-latest
Expand Down

0 comments on commit a80938a

Please sign in to comment.