mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-03 16:19:44 +00:00
[chore/woodpecker] don't make test
depend on lint
(#4189)
Just remove the dependency `test` has on `lint`, as it's not actually dependent on it, and has different triggers. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4189 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
00e58c60cd
commit
20aad9be0f
1 changed files with 0 additions and 3 deletions
|
@ -92,9 +92,6 @@ steps:
|
|||
./...
|
||||
- ./test/envparsing.sh
|
||||
- ./test/swagger.sh
|
||||
|
||||
# https://woodpecker-ci.org/docs/usage/workflow-syntax#depends_on
|
||||
depends_on: [lint]
|
||||
|
||||
# Validate the web code only
|
||||
# if web source has changed.
|
||||
|
|
Loading…
Reference in a new issue