forgot config

This commit is contained in:
localhost_frssoft 2024-07-21 19:23:37 +03:00
parent a6f2e89297
commit b3932f06f0

View File

@ -20,5 +20,6 @@ jobs:
- run: . venv/bin/activate
- run: pip install -r requirements.txt
- run: pip install time_machine
- run: cp config.py.example config.py
- run: python test.py
- run: echo "🍏 This job's status is ${{ job.status }}."