Files
full-stack-fastapi-template/backend/scripts/tests-start.sh
T

6 lines
62 B
Bash

#! /usr/bin/env bash
set -e
set -x
bash scripts/test.sh "$@"