feat: full copy from apollo_nxt-trcaa with complete sanitization #69
@ -4,7 +4,7 @@ import path from "node:path";
|
|||||||
|
|
||||||
const autoTagWorkflowPath = path.resolve(
|
const autoTagWorkflowPath = path.resolve(
|
||||||
process.cwd(),
|
process.cwd(),
|
||||||
".github/workflows/release.yml",
|
".gitea/workflows/release.yml",
|
||||||
);
|
);
|
||||||
|
|
||||||
describe("auto-tag workflow release triggering", () => {
|
describe("auto-tag workflow release triggering", () => {
|
||||||
@ -100,7 +100,7 @@ describe("Dockerfile.linux-arm64", () => {
|
|||||||
// ─── build-images.yml workflow ───────────────────────────────────────────────
|
// ─── build-images.yml workflow ───────────────────────────────────────────────
|
||||||
|
|
||||||
describe("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", () => {
|
it("triggers on changes to .docker/ files on main", () => {
|
||||||
expect(wf).toContain("- main");
|
expect(wf).toContain("- main");
|
||||||
@ -4,7 +4,7 @@ import path from "node:path";
|
|||||||
|
|
||||||
const autoTagWorkflowPath = path.resolve(
|
const autoTagWorkflowPath = path.resolve(
|
||||||
process.cwd(),
|
process.cwd(),
|
||||||
".github/workflows/release.yml",
|
".gitea/workflows/release.yml",
|
||||||
);
|
);
|
||||||
|
|
||||||
describe("auto-tag release cross-platform artifact handling", () => {
|
describe("auto-tag release cross-platform artifact handling", () => {
|
||||||
@ -4,7 +4,7 @@ import path from "node:path";
|
|||||||
|
|
||||||
const autoTagWorkflowPath = path.resolve(
|
const autoTagWorkflowPath = path.resolve(
|
||||||
process.cwd(),
|
process.cwd(),
|
||||||
".github/workflows/release.yml",
|
".gitea/workflows/release.yml",
|
||||||
);
|
);
|
||||||
|
|
||||||
describe("auto-tag release macOS bundle path", () => {
|
describe("auto-tag release macOS bundle path", () => {
|
||||||
Loading…
Reference in New Issue
Block a user