Skip to content

updated Dockerfile & .env.example #68

updated Dockerfile & .env.example

updated Dockerfile & .env.example #68

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: npm run migrate
- uses: ArtiomTr/jest-coverage-report-action@v2