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

Remove continue-on-error for nightly #8

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

christopher-dG
Copy link
Member

No description provided.

@@ -33,7 +33,6 @@ jobs:
restore-keys: ${{ runner.os }}-test-artifacts
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
continue-on-error: ${{ matrix.version == 'nightly' }}
Copy link
Member

@omus omus Mar 30, 2021

Choose a reason for hiding this comment

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

Did this actually work? Did this just show the job pass when it would fail or was there a different indicator?

Copy link
Member Author

Choose a reason for hiding this comment

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

It just shows the step and job as a pass. GHA still lacks a proper allowed failure mechanism...

Copy link
Member

@omus omus left a comment

Choose a reason for hiding this comment

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

As we don't even test against nightly this change seems fine

@omus omus merged commit 0b8da07 into main Jan 9, 2025
@omus omus deleted the christopher-dG-patch-1 branch January 9, 2025 15:44
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.

2 participants