Skip to content

Commit

Permalink
chore(ci): Add vite-plugin-swc-transform to ecosystem-ci (#9834)
Browse files Browse the repository at this point in the history
**Description:**

Add [vite-plugin-swc-transform](https://github.com/ziir/vite-plugin-swc-transform) to the ecosystem CI.

---------

Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
  • Loading branch information
ziir and kdy1 authored Jan 4, 2025
1 parent 734ec21 commit 185efff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/swc-ecosystem-ci/tests/vite-plugin-swc-transform.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { runInRepo } from "../utils.js";
import { RunOptions } from "../types.js";

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: "ziir/vite-plugin-swc-transform",
branch: "main",
build: "build",
test: "test",
isWasm: true,
});
}

0 comments on commit 185efff

Please sign in to comment.