WIP trying to mock unset environment variables by setting them to empty strings
This commit is contained in:
parent
9b1afca0f5
commit
0ae2f632ff
@ -36,6 +36,8 @@ const env = {
|
||||
GITHUB_URL: mockServer.url,
|
||||
GITHUB_EVENT_NAME: 'push',
|
||||
GITHUB_REF: 'master',
|
||||
GITHUB_EVENT_PATH: '',
|
||||
GITHUB_ACTION: ''
|
||||
};
|
||||
// Environment variables used only for the local npm command used to do verification
|
||||
const testEnv = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user