Skip to content

Revert "code refactor" #273

Revert "code refactor"

Revert "code refactor" #273

Workflow file for this run

name: CI
on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
api-tests:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: API tests
env:
MONGO_URI: ${{ secrets.MONGO_URI }}
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
run: |
npm install
npm test