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 8s Details

This commit is contained in:
sergey 2024-09-25 00:34:24 +03:00
parent 98dba11640
commit 036e089b70
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@ jobs:
echo "TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }}" echo "TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }}"
echo "TGBOT_CONFIG__ZBX__TOKEN: ${{ secrets.TGBOT_CONFIG__ZBX__TOKEN }}" echo "TGBOT_CONFIG__ZBX__TOKEN: ${{ secrets.TGBOT_CONFIG__ZBX__TOKEN }}"
echo "TGBOT_CONFIG__ZBX__URL: ${{ secrets.TGBOT_CONFIG__ZBX__URL }}" echo "TGBOT_CONFIG__ZBX__URL: ${{ secrets.TGBOT_CONFIG__ZBX__URL }}"
- name: pip install - name: pip uprade
run: | run: python -m pip install --upgrade pip
python -m pip install --upgrade pip - name: install requirements
run: pip install -r requirements.txt run: pip install -r requirements.txt
- name: start - name: start
run: | run: |
python tg-bot-app/main.py python tg-bot-app/main.py