test action
test python / Python ${{ matrix.python-version }} sample (pypy3) (push) Failing after 5s Details
test python / Python ${{ matrix.python-version }} sample (3.12) (push) Failing after 5s Details

This commit is contained in:
sergey 2024-09-25 00:28:30 +03:00
parent e221823d7d
commit f5886dc774
1 changed files with 4 additions and 3 deletions

View File

@ -23,6 +23,7 @@ jobs:
TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }} TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }}
TGBOT_CONFIG__ZBX__TOKEN: ${{ secrets.TGBOT_CONFIG__ZBX__TOKEN }} TGBOT_CONFIG__ZBX__TOKEN: ${{ secrets.TGBOT_CONFIG__ZBX__TOKEN }}
TGBOT_CONFIG__ZBX__URL: ${{ secrets.TGBOT_CONFIG__ZBX__URL }} TGBOT_CONFIG__ZBX__URL: ${{ secrets.TGBOT_CONFIG__ZBX__URL }}
- run: python -m pip install --upgrade pip
- run: pip install -r requirements.txt - name: Print secret and variables
- run: python tg-bot-app/main.py
run: python tg-bot-app/main.py