Skip to content

Commit

Permalink
Add a CI step to test the web ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Aug 14, 2023
1 parent 7e116d9 commit 0646d69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
run: yarn test
if: runner.os != 'Linux'

- name: Test Web
run: xvfb-run -a yarn test:web
if: runner.os == 'Linux'
- name: Test Web
run: yarn test:web
if: runner.os != 'Linux'

# Ref: https://github.com/redhat-developer/vscode-yaml/blob/89c53763249932454b766d09e7aa9035da7fb5b8/.github/workflows/CI.yaml#L48-L61
- name: Build the vsix package on Linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 0646d69

Please sign in to comment.