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 App Push Test #598

Open
kamilzyla opened this issue Jul 10, 2024 · 0 comments
Open

Fix App Push Test #598

kamilzyla opened this issue Jul 10, 2024 · 0 comments

Comments

@kamilzyla
Copy link
Collaborator

Problem

Our App Push Test stopped working after #573, as it relied on rhino-test.yml being run automatically on push to any branch.

Possible approaches

  1. Forget about it and delete the test.
  2. Add a step to app-push-test-.yml to trigger rhino-test.yml via GitHub CLI: gh workflow run rhino-test.yml --ref bot/app-push-test. Unfortunately the run name will be generic (when triggered automatically from push, it used the commit name).
  3. Add bot/app-push-test branch trigger to rhino-test.yml (either in Rhino or in the test itself).
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