Skip to content

fix: allow { cert: null, key: null } for self-signed https config, fi… #116

fix: allow { cert: null, key: null } for self-signed https config, fi…

fix: allow { cert: null, key: null } for self-signed https config, fi… #116

Workflow file for this run

name: Unit Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 'Install Node'
uses: actions/[email protected]
- name: Install dependencies
run: npm install
- name: "Run Test"
run: npm run test:all