Skip to content

chore(deps): bump axios and @serverless/platform-client #338

chore(deps): bump axios and @serverless/platform-client

chore(deps): bump axios and @serverless/platform-client #338

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 14
- run: |
npm install
- run: |
npm run lint
- run: |
npm run test
- uses: actions/upload-artifact@v2
with:
name: code-coverage-report
path: reports