Pretend to be running on Actions (#1055)

This commit is contained in:
Ross Williams 2022-03-12 15:44:00 +00:00 committed by GitHub
parent bda8ff9021
commit 6faaf9d81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ process.env['GITHUB_SHA'] = '123'
process.env['INPUT_DEBUG'] = 'debug'
process.env['GITHUB_REF_NAME'] = 'test'
process.env['RUNNER_OS'] = 'Linux'
process.env['CI'] = 'true'
import '../src/main'
import {action, TestFlag} from '../src/constants'