Skip to content

Commit

Permalink
adding test runs on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
zmumi committed May 3, 2024
1 parent 28b167e commit 9734841
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/non-test-tox.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Coverage, mypi

on: [push]
on:
push:
workflow_dispatch:
pull_request:
types: [ opened, synchronize, reopened ]

jobs:
build:
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: Tox Tests

on: [push]
on:
push:
workflow_dispatch:
pull_request:
types: [ opened, synchronize, reopened ]


jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9734841

Please sign in to comment.