test actions
test python / Python ${{ matrix.python-version }} sample (3.12) (push) Successful in 3s Details
test python / Python ${{ matrix.python-version }} sample (pypy3) (push) Successful in 4s Details

This commit is contained in:
sergey 2024-09-26 21:56:59 +03:00
parent 20fe6264fc
commit cebbbfdd0d
1 changed files with 5 additions and 1 deletions

View File

@ -5,8 +5,12 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: build strategy:
matrix:
python-version: [ '3.12', 'pypy3' ]
name: Python ${{ matrix.python-version }} sample
steps: steps:
- uses: actions/checkout@v2
- name: build - name: build
env: env:
TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }} TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }}