test action
This commit is contained in:
parent
62f7a48e3b
commit
fe54a35b5f
|
@ -1,5 +1,5 @@
|
|||
name: test python
|
||||
run-name: ${{ gitea.actor }}
|
||||
run-name: qwe
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
@ -16,4 +16,8 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
architecture: x64
|
||||
- run: python tg-bot-app/main.py
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install poetry
|
||||
poetry install
|
||||
- run: python tg-bot-app/main.py
|
||||
|
|
Loading…
Reference in New Issue