Skip to content

replace CircleCI Badge in readme with GH actions nightly tests status badge #199

replace CircleCI Badge in readme with GH actions nightly tests status badge

replace CircleCI Badge in readme with GH actions nightly tests status badge #199

Triggered via pull request October 15, 2024 10:50
Status Cancelled
Total duration 1m 4s
Artifacts

build-test-and-deploy.yml

on: pull_request
Matrix: test
Type check, lint, smoke test
41s
Type check, lint, smoke test
Tests with coverage
55s
Tests with coverage
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
test (ubuntu-latest, lts/*) / Tests [Node.js lts/*, ubuntu-latest, Using yarn.lock]
Canceling since a higher priority waiting request for 'build-test-and-deploy-refs/pull/1372/merge' exists
Type check, lint, smoke test
Canceling since a higher priority waiting request for 'build-test-and-deploy-refs/pull/1372/merge' exists
test (ubuntu-latest, lts/-1) / Tests [Node.js lts/-1, ubuntu-latest, Using yarn.lock]
Canceling since a higher priority waiting request for 'build-test-and-deploy-refs/pull/1372/merge' exists
test (ubuntu-latest, 18.18.0) / Tests [Node.js 18.18.0, ubuntu-latest, Using yarn.lock]
Canceling since a higher priority waiting request for 'build-test-and-deploy-refs/pull/1372/merge' exists
Tests with coverage
Canceling since a higher priority waiting request for 'build-test-and-deploy-refs/pull/1372/merge' exists
Tests with coverage
The operation was canceled.
Type check, 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