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

View File

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