WIP trying to mock unset environment variables by setting them to empty strings

This commit is contained in:
Gregor Martynus 2021-01-20 12:08:33 -08:00
parent 9b1afca0f5
commit 0ae2f632ff

View File

@ -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 = {