Skip to content

fix: prevent container functions from being processed as Go handlers … #86

fix: prevent container functions from being processed as Go handlers …

fix: prevent container functions from being processed as Go handlers … #86

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: |
npm test
npm run report-coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}