0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-12-11 10:55:09 +01:00

Add test for cancelling a run with waiting jobs

This test checks the cancellation of a run with waiting jobs.
This commit is contained in:
ChristopherHX 2025-11-04 00:35:58 +01:00 committed by GitHub
parent 1a2e85020a
commit cb9988ad56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ import (
actions_model "code.gitea.io/gitea/models/actions"
"code.gitea.io/gitea/models/unittest"
user_model "code.gitea.io/gitea/models/user"
"github.com/stretchr/testify/assert"
)