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 bd3439d commit 130b38aCopy full SHA for 130b38a
.github/workflows/deploy.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/setup-node@v2
17
with:
18
node-version: 12
19
+ cache: npm
20
- run: npm ci
21
- name: serverless deploy
22
uses: serverless/github-action@master
.github/workflows/release.yml
@@ -12,6 +12,7 @@ jobs:
12
13
14
15
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -13,5 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
+ with:
- run: npm test
0 commit comments