test actions
This commit is contained in:
parent
20fe6264fc
commit
cebbbfdd0d
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue