Skip to content

Commit 4c5a99e

Browse files
committed
Remove frontend test from the test script
1 parent 4d4c333 commit 4c5a99e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

scripts/test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ USAGE="Run linters and tests."
55
source ./scripts/_sourced
66
check_for_help_flag "$@"
77

8-
echo "Running frontend app tests..."
9-
./scripts/yarn run test
10-
118
if [ "$(whoami)" == "runner" ]; then
129
echo "Running Django tests..."
1310
GIT_COMMIT="${GIT_COMMIT}" docker compose \

0 commit comments

Comments
 (0)