Skip to content

Commit 633b735

Browse files
committed
feat: run tests
1 parent c936d65 commit 633b735

File tree

3 files changed

+9158
-4
lines changed

3 files changed

+9158
-4
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Install dependencies
2929
run: yarn --frozen-lockfile
3030

31-
- name: Build
32-
run: yarn build
31+
- name: Test
32+
run: yarn test
3333

3434
- name: Install latest npm
3535
run: npm install -g npm@latest

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
node_modules
2-
.serverless
3-
yarn.lock
42
*.log

0 commit comments

Comments
 (0)