test actions
test python / build (push) Failing after 1s
Details
test python / build (push) Failing after 1s
Details
This commit is contained in:
parent
7a712e6f14
commit
20fe6264fc
|
@ -5,22 +5,9 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ '3.12', 'pypy3' ]
|
||||
name: Python ${{ matrix.python-version }} sample
|
||||
name: build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
architecture: x64
|
||||
- name: pip upgrade
|
||||
run: python -m pip install --upgrade pip
|
||||
- name: install requirements
|
||||
run: pip install -r requirements.txt
|
||||
- name: start bot
|
||||
- name: build
|
||||
env:
|
||||
TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }}
|
||||
TGBOT_CONFIG__ZBX__TOKEN: ${{ secrets.TGBOT_CONFIG__ZBX__TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue