[PR #2415] [MERGED] [GH] Update script-test Workflow #3657

Closed
opened 2025-11-20 06:06:01 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2415
Author: @michelroegl-brunner
Created: 2/15/2025
Status: Merged
Merged: 2/15/2025
Merged by: @MickLesk

Base: mainHead: michelroegl-brunner-patch-6


📝 Commits (2)

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 .github/workflows/script-test.yml (+4 -0)

📄 Description

✍️ Description

There issue with the workflow if the files below exist in the PR-Branch. The Files could be outdated and will not get check aout from community-scripts/main if they exist. I´ve added a rm -f FILE befor the checkout to ensure the latest changes to the file get used.

rm -f .github/workflows/scripts/app-test/pr-build.func || true
rm -f .github/workflows/scripts/app-test/pr-install.func || true
rm -f .github/workflows/scripts/app-test/pr-alpine-install.func || true
rm -f .github/workflows/scripts/app-test/pr-create-lxc.sh || true

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🐞 Bug fix – Resolves an issue without breaking functionality.

📋 Additional Information (optional)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2415 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 2/15/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `michelroegl-brunner-patch-6` --- ### 📝 Commits (2) - [`b16de96`](https://github.com/community-scripts/ProxmoxVE/commit/b16de96c8843f1cd07df0fe296173bc966d46e44) Update script-test.yml - [`1b8bb6a`](https://github.com/community-scripts/ProxmoxVE/commit/1b8bb6a0916a48a999faad7e9c6a362ba73130b7) Update script-test.yml ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/script-test.yml` (+4 -0) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> There issue with the workflow if the files below exist in the PR-Branch. The Files could be outdated and will not get check aout from community-scripts/main if they exist. I´ve added a `rm -f FILE` befor the checkout to ensure the latest changes to the file get used. ```bash rm -f .github/workflows/scripts/app-test/pr-build.func || true rm -f .github/workflows/scripts/app-test/pr-install.func || true rm -f .github/workflows/scripts/app-test/pr-alpine-install.func || true rm -f .github/workflows/scripts/app-test/pr-create-lxc.sh || true ``` ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [X] **Self-review performed** – Code follows established patterns and conventions. - [X] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [X] 🐞 **Bug fix** – Resolves an issue without breaking functionality. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:06:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3657