7 lines
88 B
Bash
7 lines
88 B
Bash
#! /usr/bin/env bash
|
|
set -e
|
|
|
|
python /app/app/tests_pre_start.py
|
|
|
|
pytest /app/app/tests/
|