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

This commit is contained in:
sergey 2024-09-25 00:38:40 +03:00
parent e109102427
commit f1ae964a3a
1 changed files with 6 additions and 7 deletions

View File

@ -16,13 +16,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
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 }}
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 }}
- name: Print secret and variables
run: |
@ -35,5 +30,9 @@ jobs:
- name: install requirements
run: pip install -r requirements.txt
- name: start
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 tg-bot-app/main.py