Skip to content

adding the deploy step #17

adding the deploy step

adding the deploy step #17

Triggered via push August 6, 2024 14:20
Status Cancelled
Total duration 1m 25s
Artifacts
Matrix: test
Typescript, Lint, Smoke Test
39s
Typescript, Lint, Smoke Test
Validate Tag For Deployment
1s
Validate Tag For Deployment
Test Coverage Calculation
1m 16s
Test Coverage Calculation
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
Deploy
Canceling since a higher priority waiting request for 'build-test-and-deploy-' exists
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, lts Node.js]
Both node-version and node-version-file inputs are specified, only node-version will be used
Typescript, Lint, Smoke Test
Both node-version and node-version-file inputs are specified, only node-version will be used
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