mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
test: remove unneeded update of GITHBU_TOKEN env var
This commit is contained in:
parent
84dd7685c6
commit
35f989c47c
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ const runAction = () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updateEnvVars({ GITHBU_TOKEN: 'test-github-token' })
|
|
||||||
td.replace(github, 'getOctokit', () => new MockOctokit())
|
td.replace(github, 'getOctokit', () => new MockOctokit())
|
||||||
|
|
||||||
return require('./action')()
|
return require('./action')()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue