mirror of
https://github.com/pretix/pretix.git
synced 2026-05-16 17:03:58 +00:00
rename
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
|||||||
run: make all compress
|
run: make all compress
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: PRETIX_CONFIG_FILE=tests/travis_${{ matrix.database }}.cfg py.test -n 3 -p no:sugar --cov=./ --cov-report=xml --reruns 3 tests --maxfail=100 || true
|
run: PRETIX_CONFIG_FILE=tests/ci_${{ matrix.database }}.cfg py.test -n 3 -p no:sugar --cov=./ --cov-report=xml --reruns 3 tests --maxfail=100 || true
|
||||||
|
|
||||||
# XXXXXXXXXXXXXX for test only
|
# XXXXXXXXXXXXXX for test only
|
||||||
- name: print debug output
|
- name: print debug output
|
||||||
|
|||||||
Reference in New Issue
Block a user