Skip to content

Api Gateway Updates #312

Api Gateway Updates

Api Gateway Updates #312

Workflow file for this run

name: Node.js CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.17.5'
architecture: 'x64'
- run: npm ci
- run: npm run test:prod
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: 'test/coverage/reports/lcov/lcov.info'