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

dev: Check the Heroku build status during our GitHub Actions deploy job #727

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

tsibley
Copy link
Member

@tsibley tsibley commented Oct 11, 2023

We'd been assuming builds on Heroku were always successful, which meant the GitHub Actions status could (and did) mask build issues on Heroku.

Resolves #726.

Checklist

  • Tested the snippets manually; testing the workflow is not possible without merge first
  • Checks pass

We'd been assuming builds on Heroku were always successful, which meant
the GitHub Actions status could (and did) mask build issues on Heroku.

Resolves <#726>.
@nextstrain-bot nextstrain-bot temporarily deployed to nextstrain-s-trs-check--jthqav October 11, 2023 00:26 Inactive
@tsibley tsibley requested a review from a team October 11, 2023 00:26
Copy link
Contributor

@joverlee521 joverlee521 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look by inspection!

@tsibley tsibley merged commit 16efa97 into master Oct 11, 2023
4 checks passed
@tsibley tsibley deleted the trs/check-heroku-build branch October 11, 2023 18:21
@tsibley
Copy link
Member Author

tsibley commented Oct 11, 2023

Worked in the success condition: https://github.com/nextstrain/nextstrain.org/actions/runs/6486469947/job/17614896676#step:6:1

We'll see I guess in the future if it works in the failure condition. I don't think we need to intentionally fail a deploy to test it (but we could).

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

Successfully merging this pull request may close these issues.

GitHub Actions deploy job succeeds even when Heroku build fails
4 participants