Skip to content

Commit 17e450f

Browse files
authored
Merge pull request #6123 from continuedev/tomasz/fix-auth
Tomasz/fix auth
2 parents 4aa838a + a3f9e4d commit 17e450f

File tree

7 files changed

+3023
-228
lines changed

7 files changed

+3023
-228
lines changed

.github/workflows/pr_checks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,11 @@ jobs:
396396
npx tsc --noEmit
397397
npm run lint
398398
399+
- name: Run vitest tests
400+
run: |
401+
cd extensions/vscode
402+
npm run vitest
403+
399404
core-tests:
400405
needs: [install-core, install-config-yaml]
401406
runs-on: ubuntu-latest

binary/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)