Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
swr
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 20, 2023
1 parent 219e157 commit 5078a8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/swc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- "_"
- payload-cms
- rollup-plugin-swc3
- swr

jobs:
execute-selected-suite:
Expand Down
12 changes: 12 additions & 0 deletions tests/swr.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { runInRepo } from "../utils";
import { RunOptions } from "../types";

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: "vercel/swr",
branch: "main",
build: "build",
test: ["test"],
});
}

0 comments on commit 5078a8b

Please sign in to comment.