Skip to content

fix: schema name in processView() #38

fix: schema name in processView()

fix: schema name in processView() #38

Workflow file for this run

name: test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- name: Add authorized key
run: echo '${{ secrets.AUTHORIZED_KEY }}' > tests/authorized_key.json
- name: Run tests
env:
DATABASE_NAME: ${{ vars.DATABASE_NAME }}
NODE_ENV: development
run: npm test