restore unittests
This commit is contained in:
parent
a22527c87e
commit
19422d2491
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
.. image:: ../Gallery/logo.png
|
||||
:align: center
|
||||
.. image:: https://raw.githubusercontent.com/aceisace/Inkycal/assets/Repo/logo.png
|
||||
:alt: logo
|
||||
:align: center
|
||||
|
||||
Inkycal
|
||||
===========================
|
||||
|
Loading…
Reference in New Issue
Block a user