Skip to content

Commit c4ee484

Browse files
authored
chore(appsec): add retry on yarn command (#7466)
1 parent 5fd961c commit c4ee484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/appsec/iast-stack-traces-with-sourcemaps.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('IAST stack traces and vulnerabilities with sourcemaps', () => {
1616

1717
appDir = path.join(cwd, 'appsec', 'iast-stack-traces-ts-with-sourcemaps')
1818

19-
childProcess.execSync('yarn', { cwd })
19+
childProcess.execSync('yarn || yarn', { cwd })
2020
childProcess.execSync('npx tsc', {
2121
cwd: appDir,
2222
})

0 commit comments

Comments
 (0)