Skip to content

Commit

Permalink
Use wireit 0.12.0 and quiet CI logger in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Sep 1, 2023
1 parent 8f45514 commit 2a2bbb1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ jobs:
# See https://code.visualstudio.com/api/working-with-extensions/continuous-integration#github-actions for why we need xvfb-run
- run: npm test
if: runner.os != 'Linux'
env:
WIREIT_LOGGER: 'quiet-ci'
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
env:
WIREIT_LOGGER: 'quiet-ci'

lint-and-format:
timeout-minutes: 5
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"vscode-languageclient": "^8.0.1",
"vscode-languageserver": "^8.0.1",
"vscode-languageserver-textdocument": "^1.0.4",
"wireit": "^0.10.0",
"wireit": "^0.12.0",
"yarn": "^1.22.18"
},
"prettier": {
Expand Down

0 comments on commit 2a2bbb1

Please sign in to comment.