Skip to content

feat: Adding custom ca cert as an extra parameter (#72) #32

feat: Adding custom ca cert as an extra parameter (#72)

feat: Adding custom ca cert as an extra parameter (#72) #32

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/setup-node@v1'
with:
node-version: '12'
- name: install dependencies
run: npm ci
- name: run tests
run: npm test