feat: automate dist recompilation on Renovate PRs and configure concurrency limit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { vi, describe, it, expect, beforeEach } from "vitest";
|
||||
import { vi, describe, it, expect, beforeEach, afterEach } from "vitest";
|
||||
|
||||
// Mock @actions/core for all tests in this file
|
||||
vi.mock("@actions/core", () => ({
|
||||
|
||||
Reference in New Issue
Block a user