Skip to content

Commit 0df4de2

Browse files
committed
run unit tests on pyproject.toml changes
The unit tests workflow builds and installs the package before running tests. So it's useful to trigger the workflow on pyproject.toml changes, similar to setup.py.
1 parent ea27670 commit 0df4de2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- tests/**
1111
- setup.py
1212
- requirements.txt
13+
- pyproject.toml
1314
pull_request:
1415
branches:
1516
- master
@@ -19,6 +20,7 @@ on:
1920
- tests/**
2021
- setup.py
2122
- requirements.txt
23+
- pyproject.toml
2224

2325
jobs:
2426
unit-tests:

0 commit comments

Comments
 (0)