Skip to content

Commit b1df8d2

Browse files
committed
Disabled tests
1 parent cbd73f5 commit b1df8d2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)