feat: full copy from apollo_nxt-trcaa with complete sanitization #69

Merged
sarman merged 36 commits from feature/full-copy-from-trcaa into master 2026-06-06 03:19:27 +00:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit d323130836 - Show all commits

View File

@ -4,7 +4,7 @@ import path from "node:path";
const autoTagWorkflowPath = path.resolve(
process.cwd(),
".github/workflows/release.yml",
".gitea/workflows/release.yml",
);
describe("auto-tag workflow release triggering", () => {

View File

@ -100,7 +100,7 @@ describe("Dockerfile.linux-arm64", () => {
// ─── build-images.yml workflow ───────────────────────────────────────────────
describe("build-images.yml workflow", () => {
const wf = readFile(".github/workflows/build-images.yml");
const wf = readFile(".gitea/workflows/build-images.yml");
it("triggers on changes to .docker/ files on main", () => {
expect(wf).toContain("- main");

View File

@ -4,7 +4,7 @@ import path from "node:path";
const autoTagWorkflowPath = path.resolve(
process.cwd(),
".github/workflows/release.yml",
".gitea/workflows/release.yml",
);
describe("auto-tag release cross-platform artifact handling", () => {

View File

@ -4,7 +4,7 @@ import path from "node:path";
const autoTagWorkflowPath = path.resolve(
process.cwd(),
".github/workflows/release.yml",
".gitea/workflows/release.yml",
);
describe("auto-tag release macOS bundle path", () => {