Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pd93 committed Apr 5, 2024
1 parent c932816 commit c44c9b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- run: xvfb-run -a npm test
- run: yarn install
- run: xvfb-run -a yarn test
if: runner.os == 'Linux'
- run: npm test
- run: yarn test
if: runner.os != 'Linux'
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
"--extensionTestsPath=${workspaceFolder}/out/test/index"
],
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
Expand Down
23 changes: 0 additions & 23 deletions src/test/runTest.ts

This file was deleted.

0 comments on commit c44c9b6

Please sign in to comment.