File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: On Pull Request
22on :
33 pull_request :
44 branches :
5- - " * "
5+ - " WORKFLOW_DISABLED " # Change this to the branch you want to test pull requests against
66
77permissions :
88 contents : read
Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ server: $(SRV_DIST) $(CONFIG_DIST)
135135
136136
137137
138- # test-report.xml: $(APP_EXECUTABLE) $(WEB_DIST) $(SRV_DIST) $(PYPROJECT) $(CONFIG_DIST) $(TESTS_PY)
139- # $(PYTHON) -m pytest --junitxml=test-report.xml tests
138+ test-report.xml : $(APP_EXECUTABLE ) $(WEB_DIST ) $(SRV_DIST ) $(PYPROJECT ) $(CONFIG_DIST ) $(TESTS_PY )
139+ $(PYTHON ) -m pytest --junitxml=test-report.xml tests
140140
141141
142142install : $(APP_EXECUTABLE )
@@ -150,7 +150,7 @@ start: install
150150
151151
152152
153- # tests: clean-tests test-report.xml
153+ tests : clean-tests test-report.xml
154154
155155
156156clean :
You can’t perform that action at this time.
0 commit comments