🐛 Fixed pytest.yml

This commit is contained in:
Mawoka
2022-04-16 22:01:35 +02:00
parent 14008cfbee
commit bbd66ba105
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@ jobs:
- run: pipenv install --dev
- name: Prepare tests
run: |
echo ${{ secrets.DOTENV }} | base64 --decode > .env
set -o allexport; source .env; set +o allexport
chmod +x run_tests.sh
- name: Run tests
run: |