adding the deploy step #14
build-test-and-deploy.yml
on: push
Matrix: test
Typescript, Lint, Smoke Test
36s
Validate Tag For Deployment
1s
Test Coverage Calculation
47s
Deploy
0s
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
|
Typescript, Lint, Smoke Test:
packages/metro-transform-plugins/src/import-export-plugin.js#L142
'withLocation' is already defined
|