Skip to content

Commit cb9988a

Browse files
Add test for cancelling a run with waiting jobs
This test checks the cancellation of a run with waiting jobs.
1 parent 1a2e850 commit cb9988a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/actions_cancel_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
actions_model "code.gitea.io/gitea/models/actions"
1313
"code.gitea.io/gitea/models/unittest"
1414
user_model "code.gitea.io/gitea/models/user"
15+
1516
"github.com/stretchr/testify/assert"
1617
)
1718

0 commit comments

Comments
 (0)