Merge branch 'main' into dependabot/npm_and_yarn/extensions/ql-vscode/npm_and_yarn-e1825f7a49
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
|||||||
npm run lint-ci
|
npm run lint-ci
|
||||||
|
|
||||||
- name: Upload ESLint results to Code Scanning
|
- name: Upload ESLint results to Code Scanning
|
||||||
if: "${{ !cancelled() }}"
|
if: "${{ !cancelled() && !startsWith(github.head_ref, 'dependabot/')}}"
|
||||||
uses: github/codeql-action/upload-sarif@main
|
uses: github/codeql-action/upload-sarif@main
|
||||||
with:
|
with:
|
||||||
sarif_file: extensions/ql-vscode/build/eslint.sarif
|
sarif_file: extensions/ql-vscode/build/eslint.sarif
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import {
|
|||||||
|
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
await beforeAllAction();
|
await beforeAllAction();
|
||||||
});
|
}, 20_000);
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await beforeEachAction();
|
await beforeEachAction();
|
||||||
|
|||||||
Reference in New Issue
Block a user