Skip to content

Commit

Permalink
testing on windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 16, 2023
1 parent 4845468 commit 558643e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ jobs:
- run: npm install
- run: npm run compile
- name: Run headless test
if: matrix.os == 'ubuntu-latest' # node 18.18.2 & vscode 1.84.2 works, another version breaks
run: |
sudo apt-get install xvfb
export DISPLAY=10.0.75.1:0.0
xvfb-run npm run test-with-coverage:e2e
# uses: coactions/setup-xvfb@v1
# with:
# run: npm run test-with-coverage:e2e
if: matrix.os == 'windows-latest' # node 18.18.2 & vscode 1.84.2 works, another version breaks
uses: coactions/setup-xvfb@v1
with:
run: npm run test-with-coverage:e2e
- name: Unit Tests
run: npm run test-with-coverage:unit
- name: Update server coverage badge
Expand Down

0 comments on commit 558643e

Please sign in to comment.