Skip to content

restructure app to check for redis connection before starting it #51

restructure app to check for redis connection before starting it

restructure app to check for redis connection before starting it #51

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test