Skip to content

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

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.

2 participants