mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1724] [MERGED] Make tests fail-fast & common env #1541
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1724
Author: @rmartinoscar
Created: 9/20/2025
Status: ✅ Merged
Merged: 9/24/2025
Merged by: @rmartinoscar
Base:
main← Head:chore/tests📝 Commits (1)
741a7a2Make tests fail-fast & common env📊 Changes
4 files changed (+50 additions, -83 deletions)
View changed files
📝
.github/workflows/build.yaml(+1 -1)📝
.github/workflows/ci.yaml(+48 -79)📝
.github/workflows/docker-publish.yml(+0 -2)📝
.github/workflows/lint.yaml(+1 -1)📄 Description
We don't need to bloat github workers with full matrix tests when either of them failed.
Also used a common env and overwritting required keys instead of duplicating them.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.