Skip to content

Commit

Permalink
Introduce npm workspaces in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Sep 29, 2023
1 parent 2b332ea commit b1953d7
Show file tree
Hide file tree
Showing 4 changed files with 3,357 additions and 3,667 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
with:
args: -i,vscode/qodana
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_JS }} # read the steps about it below

Expand Down Expand Up @@ -72,8 +69,7 @@ jobs:
with:
node-version: '18.16'
- name: Install dependencies
run: npm install -g vsce && npm ci
working-directory: vscode/qodana
run: npm install -g @vscode/vsce && npm ci
- name: Run ts tests
run: xvfb-run -a npm run test
working-directory: vscode/qodana
Expand Down
Loading

0 comments on commit b1953d7

Please sign in to comment.