Add CI tests
This commit is contained in:
@@ -16,3 +16,7 @@ jobs:
|
||||
run: bun lint:tsc
|
||||
- name: Lint Biome
|
||||
run: bun lint:biome
|
||||
- name: Build
|
||||
run: bun run build
|
||||
- name: Test
|
||||
run: bun test
|
||||
|
||||
@@ -21,6 +21,8 @@ jobs:
|
||||
run: bun lint:biome
|
||||
- name: Build
|
||||
run: bun run build
|
||||
- name: Test
|
||||
run: bun test
|
||||
# - name: Publish effect-lens
|
||||
# uses: JS-DevTools/npm-publish@v4
|
||||
# with:
|
||||
|
||||
@@ -23,5 +23,7 @@ jobs:
|
||||
run: bun lint:biome
|
||||
- name: Build
|
||||
run: bun run build
|
||||
- name: Test
|
||||
run: bun test
|
||||
- name: Pack
|
||||
run: bun pack
|
||||
|
||||
Reference in New Issue
Block a user