Skip to content

Commit b96882d

Browse files
authored
test: use unified github action yml (#74)
1 parent 32da524 commit b96882d

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
1-
name: ✅ test
2-
3-
on: ['push', 'pull_request']
4-
1+
name: CI
2+
on: [push, pull_request]
53
jobs:
6-
setup:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v4
10-
- uses: oven-sh/setup-bun@v2
11-
- run: bun i
12-
- run: bun run lint
13-
- run: bunx tsc --noEmit
14-
- run: bun run compile
15-
- run: npm test -- --coverage
16-
- uses: codecov/codecov-action@v4
17-
with:
18-
token: ${{ secrets.CODECOV_TOKEN }}
4+
CI:
5+
uses: react-component/rc-test/.github/workflows/test.yml@main
6+
secrets: inherit

0 commit comments

Comments
 (0)