Skip to content

Commit

Permalink
Merge pull request #11 from HeySlava/gha
Browse files Browse the repository at this point in the history
Use GHA to test my code
  • Loading branch information
HeySlava authored Oct 6, 2023
2 parents b6e0612 + 76ea110 commit 6e6c6f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: testing

on:
push:
branches: [main, test-me-*]
tags:
pull_request:

jobs:
main:
uses: heyslava/workflows/.github/workflows/[email protected]
with:
env: '["py39", "py310", "py311"]'
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
env_list = py39,py310,py311,pre-commit
env_list = py310,py311,py312,pre-commit

[testenv]
deps =
Expand Down

0 comments on commit 6e6c6f4

Please sign in to comment.