mirror of
https://github.com/go-gitea/gitea
synced 2025-08-08 02:28:22 +00:00
Refactor fixture loading for testing (#33024)
To help binary size and testing performance
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
name: job2
|
||||
attempt: 1
|
||||
job_id: job2
|
||||
needs: [job1]
|
||||
needs: '["job1"]'
|
||||
task_id: 51
|
||||
status: 5
|
||||
started: 1683636528
|
||||
|
Reference in New Issue
Block a user