Skip to content

🪲 [Fix]: Fix conditional logic for test result handling #92

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

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Jan 30, 2025

Description

This pull request includes a small change to the scripts/main.ps1 file. The change modifies the conditional logic to use an elseif statement instead of a separate if statement, ensuring that the script correctly handles the cases where tests have failed or all tests have passed.

  • scripts/main.ps1: Changed the conditional logic from a separate if statement to an elseif statement to handle test results more accurately.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner January 30, 2025 21:50
@MariusStorhaug MariusStorhaug self-assigned this Jan 30, 2025
@MariusStorhaug MariusStorhaug merged commit 49dd4d7 into main Jan 30, 2025
@MariusStorhaug MariusStorhaug deleted the fixcondition branch January 30, 2025 21:50
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.

1 participant