test whether string test can fail
Some checks failed
Test suites / test-build-install (pull_request) Successful in 28s
Test suites / selftest (pull_request) Failing after 53s
Test suites / pylint (pull_request) Failing after 29s
Test suites / formatting (pull_request) Successful in 27s
Test suites / mypy (pull_request) Successful in 28s
Test suites / reuse (pull_request) Successful in 6s

This commit is contained in:
2024-01-16 15:42:53 +01:00
parent 1abf7ddd08
commit 9443255911

View File

@@ -70,7 +70,7 @@ jobs:
- name: Sync the library
run: poetry run seafile-mirror -c tests -v
- name: Attempt to find expected string in library
run: grep "__ci_test_expect__" tests/ci-test/testfile.txt
run: grep "__ci_test_expectXXX__" tests/ci-test/testfile.txt
# PYLINT / BLACK / ISORT / MYPY
pylint: