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

Reject when tests fails this time #419

Merged
merged 1 commit into from
May 31, 2024
Merged

Reject when tests fails this time #419

merged 1 commit into from
May 31, 2024

Conversation

jas88
Copy link
Member

@jas88 jas88 commented May 31, 2024

Since the Github actions run on Windows under Powershell, the default is to ignore failures, which isn't really a very useful "test". This patch runs these steps under Bash instead, so failures actually fail the job, and adjusts the other steps to accommodate.

@jas88 jas88 requested a review from JFriel May 31, 2024 14:17
@rkm
Copy link
Member

rkm commented May 31, 2024

FYI you can also set bash as the default shell globally:

defaults:
  run:
    shell: bash

@jas88 jas88 merged commit f5f2025 into develop May 31, 2024
3 checks passed
@jas88 jas88 deleted the hotfix/runtests branch May 31, 2024 14:24
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.

3 participants