-
Notifications
You must be signed in to change notification settings - Fork 96
Test action failing during Bazel build #422
Copy link
Copy link
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Pull requests are blocked from merging because the
testaction is failing due to theRun npm build -- --profile /tmp/bazel-profile-build.gz --jobs 8step with error:Example action failure on PR #420: https://github.com/googlemaps/openapi-specification/actions/runs/3831825563/jobs/6608901283 and on #417: https://github.com/googlemaps/openapi-specification/actions/runs/3821108689/jobs/6499926213
Note that this repo uses a very old version of @bazel/typescript (PR #410 seeks to update the dependency from 3.7.0 to 5.7.3) and the GitHub homepage for @bazel/typescript deprecates the entire package in favor of a new tool.