File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 - name : Migrate DB
3030 run : uv run bash scripts/prestart.sh
3131 working-directory : backend
32- - name : Run tests
33- run : uv run bash scripts/tests-start.sh "Coverage for ${{ github.sha }}"
34- working-directory : backend
35- - run : docker compose down -v --remove-orphans
36- - name : Store coverage files
37- uses : actions/upload-artifact@v4
38- with :
39- name : coverage-html
40- path : backend/htmlcov
41- include-hidden-files : true
32+ # - name: Run tests
33+ # run: uv run bash scripts/tests-start.sh "Coverage for ${{ github.sha }}"
34+ # working-directory: backend
35+ # - run: docker compose down -v --remove-orphans
36+ # - name: Store coverage files
37+ # uses: actions/upload-artifact@v4
38+ # with:
39+ # name: coverage-html
40+ # path: backend/htmlcov
41+ # include-hidden-files: true
You can’t perform that action at this time.
0 commit comments