mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
rename to test_gradlew-fdroid to match Python unittest naming
This commit is contained in:
parent
00e9b7dcd7
commit
65119b3193
3 changed files with 4 additions and 4 deletions
|
@ -207,11 +207,11 @@ gradlew-fdroid:
|
|||
changes:
|
||||
- .gitlab-ci.yml
|
||||
- gradlew-fdroid
|
||||
- tests/test-gradlew-fdroid
|
||||
- tests/test_gradlew-fdroid
|
||||
script:
|
||||
- apt-get install ca-certificates curl default-jdk-headless shellcheck unzip
|
||||
- shellcheck --severity=error --color gradlew-fdroid tests/test-gradlew-fdroid
|
||||
- ./tests/test-gradlew-fdroid
|
||||
- shellcheck --severity=error --color gradlew-fdroid tests/test_gradlew-fdroid
|
||||
- ./tests/test_gradlew-fdroid
|
||||
|
||||
|
||||
# Run all the various linters and static analysis tools.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue