mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
Improve test name
This commit is contained in:
@@ -203,7 +203,7 @@ test(
|
||||
},
|
||||
);
|
||||
|
||||
test("uploadSarif doesn't upload if `upload` != `always`", async (t) => {
|
||||
test("uploadSarif doesn't upload if upload is disabled", async (t) => {
|
||||
await util.withTmpDir(async (tempDir) => {
|
||||
const logger = getRunnerLogger(true);
|
||||
const features = createFeatures([]);
|
||||
|
||||
Reference in New Issue
Block a user