Skip to content

Commit d3f7c5f

Browse files
author
Jonas Danke
committed
Test24037 trigger test
1 parent 7fdf016 commit d3f7c5f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests-coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,7 @@ jobs:
191191
OEP_TOKEN_KH: ${{ secrets.OEP_TOKEN_KH }}
192192
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
193193
COVERALLS_SERVICE_NAME: github
194+
195+
- name: Run all tests on PR
196+
if: github.event_name == 'pull_request'
197+
run: pytest

0 commit comments

Comments
 (0)