Revert "fix(CI): #2441 disable test_front because most tests have become stale"
This reverts commit edc7f9d872
.
This commit is contained in:
parent
22e9e3f363
commit
6106148a0e
|
@ -500,11 +500,8 @@ docker:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: test_api
|
- job: test_api
|
||||||
optional: true
|
optional: true
|
||||||
# The test_front job is currently disabled
|
- job: test_front
|
||||||
# TODO: Discuss if we need tests, and what kind of tests would be useful for the front:
|
optional: true
|
||||||
# https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/2345
|
|
||||||
# - job: test_front
|
|
||||||
# optional: true
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in New Issue