restore unittests

This commit is contained in:
Ace 2023-06-03 19:35:20 +02:00
parent a22527c87e
commit 19422d2491
2 changed files with 7 additions and 8 deletions

View File

@ -31,7 +31,6 @@ jobs:
TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }}
run: |
cd Inkycal
echo "$PWD"
python3 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
@ -40,11 +39,10 @@ jobs:
cd docsource && make html
make github
cd ..
# cd inkycal/tests
# wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
# for f in *.py; do python3 "$f"; done
# cd .. && cd ..
cd inkycal/tests
wget https://raw.githubusercontent.com/aceinnolab/Inkycal/assets/tests/settings.json
for f in *.py; do python3 "$f"; done
cd .. && cd ..
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY

View File

@ -1,4 +1,5 @@
.. image:: ../Gallery/logo.png
.. image:: https://raw.githubusercontent.com/aceisace/Inkycal/assets/Repo/logo.png
:alt: logo
:align: center
Inkycal