mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, the `integration/` tests were failing, because `concurrently "foo"` does not inherit the `PATH` env var ([more info][1]). This commit fixes it, by setting the `PATH` env var explicitly: `concurrently "PATH=$PATH foo"`. This commit also includes some minor refactoring of the `integration/` tests scripts: - Move build-related operations to `ci-lite/build.sh` (for consistency). - Use `yarn run ...` instead of `npm run ...` inside package.json scripts. - Use global `yarn` (since we are already using it for `aio/`). - Fix some `travis_fold` statements. [1]: https://github.com/kimmobrunfeldt/concurrently/issues/61#issuecomment-252081610 |
||
|---|---|---|
| .. | ||
| build.sh | ||
| cleanup.sh | ||
| deploy_aio_staging.sh | ||
| env.sh | ||
| install.sh | ||
| offline_compiler_test.sh | ||
| test.sh | ||
| test_aio.sh | ||
| test_browserstack.sh | ||
| test_docs.sh | ||
| test_e2e.sh | ||
| test_js.sh | ||
| test_saucelabs.sh | ||