Skip to content

Updated LocalHttpsProxy to not require both ExpressAdapter and Fastif… #8

Updated LocalHttpsProxy to not require both ExpressAdapter and Fastif…

Updated LocalHttpsProxy to not require both ExpressAdapter and Fastif… #8

Workflow file for this run

name: Test 🧪
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm install
- name: Run Unit Tests
run: npm run test:cov
- name: Upload Test Coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}