Make test name more descriptive
This commit is contained in:
parent
7b0f432c26
commit
ca2b74f2f8
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ test("default queries are used", async t => {
|
|||
});
|
||||
});
|
||||
|
||||
test("Queries can be overridden in action file", async t => {
|
||||
test("Default queries and those from config file can be overridden in action file", async t => {
|
||||
return await util.withTmpDir(async tmpDir => {
|
||||
process.env['RUNNER_TEMP'] = tmpDir;
|
||||
process.env['GITHUB_WORKSPACE'] = tmpDir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue