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

This commit is contained in:
sergey 2024-09-26 21:24:42 +03:00
parent 4e3c9ec28a
commit 4e0186bb4a
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ jobs:
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: | run: |
python tg-bot-app/main.py docker build -t tg-bot-app .