We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4c333 commit 4c5a99eCopy full SHA for 4c5a99e
1 file changed
scripts/test
@@ -5,9 +5,6 @@ USAGE="Run linters and tests."
5
source ./scripts/_sourced
6
check_for_help_flag "$@"
7
8
-echo "Running frontend app tests..."
9
-./scripts/yarn run test
10
-
11
if [ "$(whoami)" == "runner" ]; then
12
echo "Running Django tests..."
13
GIT_COMMIT="${GIT_COMMIT}" docker compose \
0 commit comments