Skip to content

Commit

Permalink
Install serverless for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 5, 2021
1 parent 02934f4 commit 3852dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install -g serverless
- run: npm ci
- run: npm run test

0 comments on commit 3852dbf

Please sign in to comment.