Skip to content

Commit cf91ef6

Browse files
fix: vs ext lint runs in CI
1 parent c289b86 commit cf91ef6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ jobs:
7575
working-directory: packages/b2c-cli
7676
run: pnpm run pretest && pnpm run test:ci && pnpm run lint
7777

78+
- name: Run VS Extension lint
79+
id: vs-extension-test
80+
if: always() && steps.vs-extension-test.conclusion != 'cancelled'
81+
working-directory: packages/b2c-vs-extension
82+
# Testing not currently supported on CI
83+
run: pnpm run lint
84+
7885
- name: Test Report
7986
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
8087
if: always() && steps.sdk-test.conclusion != 'cancelled'

0 commit comments

Comments
 (0)