File tree Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change 4343 with :
4444 name : quarto-vscode-${{ github.sha }}
4545 path : ${{ steps.package_extension.outputs.vsixPath }}
46+
47+ - name : Update build environment and install XVFB
48+ run : |
49+ sudo apt-get -y update
50+ sudo apt-get -y install --fix-missing xvfb
51+
52+ - name : Compile and run tests
53+ run : |
54+ yarn install --immutable --immutable-cache --check-cache
55+ xvfb-run yarn test-vscode
Original file line number Diff line number Diff line change 1111 workflow_dispatch :
1212
1313jobs :
14- test-extension :
15- runs-on : ubuntu-latest
16- steps :
17- - uses : actions/checkout@v4
18-
19- - uses : actions/setup-node@v4
20- with :
21- node-version : latest
22-
23- - name : Update build environment and install XVFB
24- run : |
25- sudo apt-get -y update
26- sudo apt-get -y install --fix-missing xvfb
27-
28- - name : Compile and run tests
29- run : |
30- yarn install --immutable --immutable-cache --check-cache
31- xvfb-run yarn test-vscode
You can’t perform that action at this time.
0 commit comments