Skip to content

Commit

Permalink
unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 12, 2024
1 parent 52b1f6a commit 5c6571a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
test_python_3_7:
name: Unittests
runs-on: ubuntu-latest
steps:
- name: GitHub Checkout
Expand All @@ -33,7 +32,6 @@ jobs:
run: coverage run --source unicorn_fy unittest_unicorn_fy.py

test_python_3_8:
name: Unittests
runs-on: ubuntu-latest
steps:
- name: GitHub Checkout
Expand All @@ -58,7 +56,6 @@ jobs:
run: coverage run --source unicorn_fy unittest_unicorn_fy.py

test_python_3_9:
name: Unittests
runs-on: ubuntu-latest
steps:
- name: GitHub Checkout
Expand All @@ -83,7 +80,6 @@ jobs:
run: coverage run --source unicorn_fy unittest_unicorn_fy.py

test_python_3_10:
name: Unittests
runs-on: ubuntu-latest
steps:
- name: GitHub Checkout
Expand All @@ -108,7 +104,6 @@ jobs:
run: coverage run --source unicorn_fy unittest_unicorn_fy.py

test_python_3_11:
name: Unittests
runs-on: ubuntu-latest
steps:
- name: GitHub Checkout
Expand All @@ -133,7 +128,6 @@ jobs:
run: coverage run --source unicorn_fy unittest_unicorn_fy.py

test_python_3_12:
name: Unittests
runs-on: ubuntu-latest
steps:
- name: GitHub Checkout
Expand Down

0 comments on commit 5c6571a

Please sign in to comment.