mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-20 05:33:22 +08:00
9 lines
123 B
Bash
9 lines
123 B
Bash
#! /usr/bin/env bash
|
|
set -e
|
|
set -x
|
|
|
|
python /app/app/tests_pre_start.py
|
|
|
|
bash ./scripts/lint.sh
|
|
bash ./scripts/test.sh "$@"
|