We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab2daf commit 3b35286Copy full SHA for 3b35286
5 files changed
.github/workflows/main.yml
@@ -39,24 +39,6 @@ jobs:
39
- name: Typecheck
40
run: npm run typecheck
41
42
- test:
43
- name: Unit and Integration Tests
44
- runs-on: ubuntu-latest
45
- steps:
46
- - name: Checkout repo
47
- uses: actions/checkout@v2
48
-
49
- - name: Use Node 14
50
- uses: actions/setup-node@v1
51
- with:
52
- node-version: 14
53
54
- - name: Install dependencies
55
- uses: bahmutov/npm-install@v1
56
57
- - name: Test
58
- run: npm run test -- --ci --coverage --maxWorkers=2
59
60
lint:
61
name: Biome
62
runs-on: ubuntu-latest
.github/workflows/publish.yml
@@ -1,8 +1,8 @@
1
name: Publish to NPM
2
3
on:
4
- push:
5
- branches: main
+ release:
+ types: [published]
6
7
jobs:
8
config/jest.config.ts
config/jest/babel.config.js
config/jest/setup.ts
0 commit comments