Skip to content

Update .env.example #71

Update .env.example

Update .env.example #71

Workflow file for this run

name: CI
on:
pull_request_target:
branches:
- master
- main
jobs:
build:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npx prisma generate
- uses: ArtiomTr/jest-coverage-report-action@v2