mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-17 00:00:20 +08:00
Sonarqube security fix (#225)
This commit is contained in:
@ -56,5 +56,5 @@ afterAll(() => {
|
||||
|
||||
|
||||
test('run with default values', () => {
|
||||
cp.execSync(`node ${cleanupPath}`, { env: process.env }).toString();
|
||||
cp.spawnSync('node', [ `${cleanupPath}` ], { env: process.env }).toString();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user