-
Notifications
You must be signed in to change notification settings - Fork 57
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] Allow failure on julia nightly #250
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #250 +/- ##
=======================================
Coverage 92.96% 92.96%
=======================================
Files 25 25
Lines 2813 2813
=======================================
Hits 2615 2615
Misses 198 198 ☔ View full report in Codecov by Sentry. |
The nightly build has failed, but don't worry! 😄 This is an allowed failure and does not impact the overall success status of the commit. 👀 For more details, check the workflow run logs. 🚀 Keep up the great work, and let's make our next build even better! |
id: check_nightly | ||
if: matrix.version == 'nightly' | ||
run: | | ||
echo "nightly_status=failed" >> $GITHUB_ENV |
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.
@sjkelly failure
may be better than failed
here because we can use the value of steps.<step_id>.outcome
as is.
No description provided.