Skip to content

patch: adds disableTelemetry option #2

patch: adds disableTelemetry option

patch: adds disableTelemetry option #2

Triggered via pull request January 31, 2025 01:29
Status Failure
Total duration 48s
Artifacts

pull-request.yml

on: pull_request
terraform-format-validate
13s
terraform-format-validate
Matrix: build
Matrix: terraform-plan
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
terraform-plan (dev)
Process completed with exit code 1.
terraform-plan (prod)
The job was canceled because "dev" failed.
terraform-plan (prod)
Process completed with exit code 1.
build (20.x, ubuntu-latest): src/challenge.ts#L170
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/challenge.ts#L195
Expected the Promise rejection reason to be an Error
build (20.x, ubuntu-latest): src/handlers/handleChallenge.ts#L30
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/handlers/handleChallenge.ts#L49
Expected the Promise rejection reason to be an Error
build (20.x, ubuntu-latest): src/handlers/handleCreateSession.ts#L55
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/handlers/handleCreateSession.ts#L65
Expected the Promise rejection reason to be an Error
build (20.x, ubuntu-latest): src/index.ts#L43
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/session.ts#L155
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/session.ts#L163
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest): src/session.ts#L172
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (20.x, ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/