Skip to content
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

Merged
merged 14 commits into from
Sep 28, 2023
Merged

Conversation

DellaBitta
Copy link
Contributor

@DellaBitta DellaBitta commented Sep 20, 2023

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 the npx 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 via apt-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 in run unit tests step of this worklfow run).

Testing

CI

API Changes

N/A

@changeset-bot
Copy link

changeset-bot bot commented Sep 20, 2023

⚠️ No Changeset found

Latest commit: 3722806

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@DellaBitta DellaBitta marked this pull request as ready for review September 20, 2023 21:01
@DellaBitta DellaBitta requested a review from a team as a code owner September 20, 2023 21:01
@DellaBitta DellaBitta requested a review from hsubox76 September 20, 2023 21:09
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Sep 20, 2023

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Sep 20, 2023

@DellaBitta DellaBitta merged commit 031f19b into master Sep 28, 2023
33 checks passed
@DellaBitta DellaBitta deleted the ddb-fix-test-all branch September 28, 2023 12:00
@firebase firebase locked and limited conversation to collaborators Oct 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants