mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 13:13:25 +08:00
7 lines
93 B
Bash
7 lines
93 B
Bash
#! /usr/bin/env bash
|
|
set -e
|
|
|
|
python /app/app/tests_pre_start.py
|
|
|
|
bash ./scripts/test.sh "$@"
|