Skip to content

Change auth header to be x-kagi-authorization #91

Change auth header to be x-kagi-authorization

Change auth header to be x-kagi-authorization #91

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- uses: actions/cache@v3
with:
path: |
~/.npm
~/.nvm
node_modules
key: ${{ runner.os }}-${{ hashFiles('package-lock.json') }}
- run: npm ci
- run: npm test
- run: npm run build