From c4b001ae6efc83939e556c72a1b396e0110118b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 29 Jan 2024 00:45:27 +0900 Subject: [PATCH] Add `unblock-netease-music` --- tests/unblock-netease-music.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/unblock-netease-music.ts diff --git a/tests/unblock-netease-music.ts b/tests/unblock-netease-music.ts new file mode 100644 index 0000000..9c65d9f --- /dev/null +++ b/tests/unblock-netease-music.ts @@ -0,0 +1,12 @@ +import { runInRepo } from "../utils"; +import { RunOptions } from "../types"; + +export async function test(options: RunOptions) { + await runInRepo({ + ...options, + repo: "UnblockNeteaseMusic/server", + branch: "enhanced", + build: "build", + test: "test", + }); +}