Skip to content

Add two new .env vars to allow dev instance to be anywhere #24

Add two new .env vars to allow dev instance to be anywhere

Add two new .env vars to allow dev instance to be anywhere #24

Workflow file for this run

name: Tests in CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: actions/setup-node@v1
with:
node-version: 20.x
- run: npm ci
- run: npm test