mirror of
https://gh-proxy.org/https://github.com/softprops/action-gh-release.git
synced 2026-07-19 01:23:01 +08:00
setup integration test
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
if (process.env.BUILD === 'es5') {
|
||||
module.exports = require('../es5.js')
|
||||
} else if (process.env.BUILD === 'light') {
|
||||
module.exports = require('../light.js')
|
||||
} else {
|
||||
module.exports = require('../lib/index.js')
|
||||
}
|
||||
Reference in New Issue
Block a user