We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c289b86 commit cf91ef6Copy full SHA for cf91ef6
.github/workflows/ci.yml
@@ -75,6 +75,13 @@ jobs:
75
working-directory: packages/b2c-cli
76
run: pnpm run pretest && pnpm run test:ci && pnpm run lint
77
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
+
85
- name: Test Report
86
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
87
if: always() && steps.sdk-test.conclusion != 'cancelled'
0 commit comments