Skip to content

adding the deploy step #14

adding the deploy step

adding the deploy step #14

Triggered via push August 6, 2024 14:02
Status Cancelled
Total duration 56s
Artifacts
Matrix: test
Typescript, Lint, Smoke Test
36s
Typescript, Lint, Smoke Test
Validate Tag For Deployment
1s
Validate Tag For Deployment
Test Coverage Calculation
47s
Test Coverage Calculation
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
Typescript, Lint, Smoke Test
Canceling since a higher priority waiting request for 'build-test-and-deploy-' exists
Typescript, Lint, Smoke Test
The operation was canceled.
Tests [ubuntu-latest machine, lts Node.js]
Canceling since a higher priority waiting request for 'build-test-and-deploy-' exists
Tests [ubuntu-latest machine, lts Node.js]
The operation was canceled.
Test Coverage Calculation
Canceling since a higher priority waiting request for 'build-test-and-deploy-' exists
Test Coverage Calculation
The operation was canceled.
Tests [ubuntu-latest machine, min-supported Node.js]
Canceling since a higher priority waiting request for 'build-test-and-deploy-' exists
Tests [ubuntu-latest machine, min-supported Node.js]
The operation was canceled.
Typescript, Lint, Smoke Test: packages/metro-transform-plugins/src/addParamsToDefineCall.js#L26
Always use `== null` or `!= null` to check for `null` AND `undefined` values (even if you just expect either of them). Within fb we treat them as equal and `== null` checks for both