Skip to content

Commit

Permalink
[#1] input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Sep 30, 2021
1 parent e58f564 commit a20fe44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/modules-updater-action/__test__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ const test = require('tape')

test('index.js', (t) => {
process.env['INPUT_TEMPLATE_PAGE'] = ''
console.log(process.env)
const ip = path.join(__dirname, '../', 'index.js');
console.log(cp.execSync(`node ${ip}`, { env: process.env }).toString());
t.end()
})

0 comments on commit a20fe44

Please sign in to comment.