mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, the preview server would incorrectly identify a running `aio_preview` CI job as failed and therefore skip creating a preview. This happened because it only checked whether the job's status is `success`, failing to account for the fact that the job would have a `running` status. (This bug was accidentally introduced in #45934.) This commit avoids the problem by getting rid of the job status check altogether. This check does not offer any benefit, since the CI job will always be in a `running` state (i.e. neither successfully completed nor failed). PR Close #45948 |
||
|---|---|---|
| .. | ||
| constants.ts | ||
| delete-empty.d.ts | ||
| helper.ts | ||
| index.ts | ||
| jasmine-custom-matchers-types.d.ts | ||
| jasmine-custom-matchers.ts | ||
| mock-external-apis.ts | ||
| nginx.e2e.ts | ||
| preview-server.e2e.ts | ||
| server-integration.e2e.ts | ||
| start-test-preview-server.ts | ||
| tar-stream.d.ts | ||