Skip to content

Update LICENSE

Update LICENSE #25

Workflow file for this run

name: Pipeline
on:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
env:
API_URL: 'http://localhost:3333/v1'
steps:
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/checkout@v3
- name: Run test
run: |
npm ci
npm run test
- uses: codecov/codecov-action@v3
with:
directory: ./tests/coverage/