Skip to content

Commit adf9480

Browse files
committed
Run unit tests with pytest. enabled for pushing to and merging into main branch
1 parent f293ce0 commit adf9480

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/run-py-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Run Python Tests
22
on:
33
push:
4-
# branches:
5-
# - master
6-
# pull_request:
7-
# branches:
8-
# - master
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
99

1010
jobs:
11-
build:
11+
RunPytest:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)