File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -66,19 +66,19 @@ jobs:
6666 # # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
6767 # flake8 ./evaluation_function --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
6868
69- - name : Run tests
70- if : always()
71- run : |
72- source .venv/bin/activate
73- pytest --junit-xml=./reports/pytest.xml --tb=auto -v
74-
75- - name : Upload test results
76- uses : actions/upload-artifact@v4
77- if : always()
78- with :
79- name : test-results
80- path : ./reports/pytest.xml
81- if-no-files-found : warn
69+ # - name: Run tests
70+ # if: always()
71+ # run: |
72+ # source .venv/bin/activate
73+ # pytest --junit-xml=./reports/pytest.xml --tb=auto -v
74+ #
75+ # - name: Upload test results
76+ # uses: actions/upload-artifact@v4
77+ # if: always()
78+ # with:
79+ # name: test-results
80+ # path: ./reports/pytest.xml
81+ # if-no-files-found: warn
8282
8383 build :
8484 name : Build Docker Image
You can’t perform that action at this time.
0 commit comments