Unset and restore extraheader config option

This commit is contained in:
Peter Evans 2020-02-22 14:08:54 +09:00
parent c7b64af0a4
commit d5c5ea3e20
27 changed files with 6526 additions and 181 deletions

3
jest.config.js Normal file
View file

@ -0,0 +1,3 @@
process.env = Object.assign(process.env, {
GITHUB_WORKSPACE: __dirname
});