-
Notifications
You must be signed in to change notification settings - Fork 3
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
ci: update workflows #401
ci: update workflows #401
Conversation
🚀 Deployed on https://pr-401--dhis2-data-entry.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks 🙏
if: '!github.event.push.repository.fork' | ||
secrets: inherit | ||
with: | ||
api_version: 41 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be 42 at this point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably yes. But I think we can do that separately. It means rerecording the fixtures and updating the api version here and in the cypress config.
2f62adb
to
a56f9f5
Compare
🎉 This PR is included in version 100.8.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
https://dhis2.atlassian.net/browse/CLI-71
This app had a unique cypress setup. I've moved it to use the same setup as our other platform apps. That meant:
I can imagine that the removal of the custom reporter would be controversial to some. We currently don't use it in any of our (team platform) other apps, from what I've seen thus far. We could add it back, but since our workflows logic is now centralized, when we add it back we should probably add it back for all apps instead of just this one. Or add it conditionally at the cost of extra complexity. Since the workflows were blocking Tom's work I propose we remove it for now and add it back properly if we all feel it's worth the added complexity (and if we're not blocking any requirements from any other teams, etc.).