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

Update GitHub Actions workflow #1139

Open
scpeters opened this issue Sep 18, 2020 · 0 comments
Open

Update GitHub Actions workflow #1139

scpeters opened this issue Sep 18, 2020 · 0 comments

Comments

@scpeters
Copy link
Member

We have a GitHub actions workflow that calls brew test-bot on all pull request and master branch commits, but it's behavior has changed from what I initially intended. I originally intended that the Actions CI should install any bottles that have changed and run brew test and brew audit, similar to the project-install-homebrew.bash script in release-tools.

  1. All master branch builds fail since it is unable to detect variables showing what has changed since the last job.
  2. All pull request builds seem to be rebuilding bottles instead of testing the existing ones.

In both cases, we should only test formulae that have bottles, and if so, install, test, and audit them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant