Skip to content

Commit

Permalink
CI change
Browse files Browse the repository at this point in the history
  • Loading branch information
timbze committed Dec 5, 2024
1 parent 013dffb commit 869aa75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:

- name: Run tests (macOS)
if: matrix.os == 'macos-latest'
run: npm run test -- --user-data-dir=/tmp/test-user-data
run: |
mkdir -p /tmp/vscode
mv ./* /tmp/vscode
cd /tmp/vscode
npm run test
- name: Run tests (Windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 869aa75

Please sign in to comment.