Skip to content

Commit

Permalink
test: it tests perf
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Sep 4, 2024
1 parent 66a010a commit 425e7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
- name: Test
id: it-tests
run: yarn test-int
env:
YARN_ENABLE_HARDENED_MODE: 0
- name: Zip generated app on failure
if: failure() && steps.it-tests.conclusion == 'failure'
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export async function createTestEnvironmentOtterProjectWithAppAndLib(inputOption
if (options.globalFolderPath) {
packageManagerExec({script: 'ng', args: ['config', 'cli.cache.path', path.join(options.globalFolderPath, '.angular', 'cache')]}, execAppOptions);
}
packageManagerInstall(execAppOptions);

return Promise.resolve();
}, { lockFilePath: path.join(options.cwd, `${options.appDirectory}-ongoing.lock`), ...options });
Expand Down

0 comments on commit 425e7e6

Please sign in to comment.