We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c936d65 commit 633b735Copy full SHA for 633b735
.github/workflows/push.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Install dependencies
29
run: yarn --frozen-lockfile
30
31
- - name: Build
32
- run: yarn build
+ - name: Test
+ run: yarn test
33
34
- name: Install latest npm
35
run: npm install -g npm@latest
.gitignore
@@ -1,4 +1,2 @@
1
node_modules
2
-.serverless
3
-yarn.lock
4
*.log
0 commit comments