-
Notifications
You must be signed in to change notification settings - Fork 900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix to test-all .github workflow yaml file. #7640
Conversation
|
Size Report 1Affected ProductsNo changes between base commit (eff9530) and merge commit (e591352).Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (eff9530) and merge commit (e591352).Test Logs |
Discussion
Fixed a misaligned indentation on line #107 of
test-all.yaml
that cause a workflow execution failure in GitHub Action CI.Includes an update to all of the
test-all.yml
chrome installation steps to use thenpx
install method.There's a Failure in
(Firestore) Node.js and Browser (Chrome) Tests
, but this existed even before the npx update (when installing Chrome viaapt-get
). See this previous run. Since the Firestore issue still remains, the has been disabled (will skip) for now.Also fixed the a problem setting the max heap size for node. Previous attempts echoed the value to the GITHUB_ENV variable on the command line, but this was producing errors. Changed it to use the worfklow
env:
directive and I have confirmed that the enviornment variable exists in the shell runtime (example echo output can be found inrun unit tests
step of this worklfow run).Testing
CI
API Changes
N/A