Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Aug 20, 2024
1 parent 6fa14ab commit ff0d90f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/test
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ROOT_DIR=$( cd $DIR/.. && pwd )

PYTESTOPT="--reuse-db -v"

echo "========================"
echo $ROOT_DIR
echo "========================"

if [ $? -eq 0 ]; then
if [ "$1" = "local-sqlite" ]; then
cd haupt; POLYAXON_PLATFORM_CONFIG="$ROOT_DIR/.docker/local.test.yaml" DJANGO_SETTINGS_MODULE="haupt.polyconf.settings" POLYAXON_STATIC_ROOT="" POLYAXON_DB_NAME="/tmp/db" py.test $PYTESTOPT ${@:2}
Expand Down

0 comments on commit ff0d90f

Please sign in to comment.