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

This commit is contained in:
sergey 2024-09-25 00:18:12 +03:00
parent bf484f3b90
commit 317107e19e
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
architecture: x64 architecture: x64
env:
TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }}
TGBOT_CONFIG__ZBX__TOKEN: ${{ secrets.TGBOT_CONFIG__ZBX__TOKEN }}
TGBOT_CONFIG__ZBX__URL: ${{ secrets.TGBOT_CONFIG__ZBX__URL }}
- run: python -m pip install --upgrade pip - run: python -m pip install --upgrade pip
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
- run: python tg-bot-app/main.py - run: python tg-bot-app/main.py