Skip to content

[back] 💾 database: add default admin user with email and password #458

[back] 💾 database: add default admin user with email and password

[back] 💾 database: add default admin user with email and password #458

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test