Skip to content

Commit 9d8bd03

Browse files
authored
ci: setup release and test pipeline (#1)
* ci: run on proper branch * fix: move ci files * refactor: tests using elysia patterns and randomize tests * refactor: improve secret plugin scope * test: try publish * fix: package version * feat: release on publish * refactor: remove sleep
1 parent e73a7b7 commit 9d8bd03

File tree

5 files changed

+192
-216
lines changed

5 files changed

+192
-216
lines changed

.github/ci.yml renamed to .github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Build and Test
22

33
on:
4-
push:
54
pull_request:
5+
branches:
6+
- "main"
7+
push:
8+
branches:
9+
- "main"
610

711
jobs:
812
build:
@@ -22,4 +26,4 @@ jobs:
2226
run: bun install
2327

2428
- name: Test
25-
run: bun run test
29+
run: bun test --randomize
File renamed without changes.

0 commit comments

Comments
 (0)