Skip to content

add the gh actions setup file #11

add the gh actions setup file

add the gh actions setup file #11

Triggered via push August 2, 2024 10:13
Status Failure
Total duration 1m 37s
Artifacts
run-js-checks
40s
run-js-checks
test-with-coverage
1m 28s
test-with-coverage
test-windows
0s
test-windows
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
test
The template is not valid. .github/workflows/build-and-deploy.yml (Line: 54, Col: 23): A mapping was not expected
test
The template is not valid. .github/workflows/build-and-deploy.yml (Line: 54, Col: 23): A mapping was not expected
test
The job was canceled because "job_2" failed.
test
The template is not valid. .github/workflows/build-and-deploy.yml (Line: 54, Col: 23): A mapping was not expected
test
The template is not valid. .github/workflows/build-and-deploy.yml (Line: 54, Col: 23): A mapping was not expected
run-js-checks: 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