mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-14 09:30:27 +08:00
💚 Fix CI installs and tests (#2)
This commit is contained in:

committed by
GitHub

parent
ed0d6701dd
commit
7f8a1a5e3c
@ -6,3 +6,4 @@ set -x
|
||||
coverage run -m pytest tests
|
||||
coverage combine
|
||||
coverage report --show-missing
|
||||
coverage xml
|
||||
|
9
scripts/zip-docs.sh
Normal file
9
scripts/zip-docs.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
if [ -f docs.zip ]; then
|
||||
rm -rf docs.zip
|
||||
fi
|
||||
zip -r docs.zip ./site
|
Reference in New Issue
Block a user