Skip to content

Commit

Permalink
Update excluded licenses
Browse files Browse the repository at this point in the history
Add pythin build tests
Update unit test covered versions
  • Loading branch information
NeonDaniel committed Jan 19, 2024
1 parent 1cf29d3 commit 9ed7743
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ on:
jobs:
license_tests:
uses: neongeckocom/.github/.github/workflows/license_tests.yml@master
# TODO
with:
packages-exclude: '^(neon-hana|dnspython).*'
6 changes: 5 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ on:
workflow_dispatch:

jobs:
py_build_tests:
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
with:
python_version: "3.9"
unit_tests:
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
python-version: [ 3.9, "3.10", "3.11" ]
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9ed7743

Please sign in to comment.