undo testing changes

This commit is contained in:
mahula 2024-01-09 15:22:30 +01:00
parent 10da9c6d72
commit b054092320
2 changed files with 3 additions and 3 deletions

View File

@ -33,8 +33,8 @@ jobs:
- name: Check Markdown Links
uses: gaurav-nelson/github-action-markdown-link-check@master
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
use-quiet-mode: 'yes'
use-verbose-mode: 'no'
check-modified-files-only: 'no'
config-file: '.github/workflows/mlc_config.json'
base-branch: 'master'

View File

@ -186,7 +186,7 @@ To run the migration:
$ docker exec backend yarn run db:migrate up
```
@tab Without DockerTESTING
@tab Without Docker
Generate a data migration file: