Skip to content

🩹 [Patch]: Add Prerelease input option to Action-Test workflow #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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

MariusStorhaug
Copy link
Member

Description

This pull request updates the GitHub Actions workflow configuration for testing. The main changes include removing the Action-Test-Prerelease.yml file and integrating its functionality into the Action-Test.yml file by introducing a new Prerelease input parameter.

Workflow configuration updates:

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 self-assigned this Jun 26, 2025
@Copilot Copilot AI review requested due to automatic review settings June 26, 2025 20:31
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR consolidates functionality by merging the separate Action-Test-Prerelease workflow into the main Action-Test workflow and introducing a new Prerelease input parameter to control the usage of the prerelease GitHub PowerShell module.

  • Removed .github/workflows/Action-Test-Prerelease.yml
  • Added a boolean Prerelease input parameter with a default of false in .github/workflows/Action-Test.yml
  • Updated the job configuration to pass the Prerelease parameter

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/Action-Test.yml Added Prerelease input parameter and updated job configuration to forward this parameter
.github/workflows/Action-Test-Prerelease.yml Removed the separate workflow file as its functionality is now merged

@MariusStorhaug MariusStorhaug merged commit 506569f into main Jun 26, 2025
63 of 65 checks passed
@MariusStorhaug MariusStorhaug deleted the test123 branch June 26, 2025 20:40
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