mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 23:05:02 +01:00
fixes
This commit is contained in:
@@ -21,7 +21,7 @@ func TestNewWorkflow(t *testing.T) {
|
||||
|
||||
// error case
|
||||
errorWorkflow := NewErrorExecutor(errors.New("test error"))
|
||||
assert.Error(errorWorkflow(ctx))
|
||||
require.Error(t, errorWorkflow(ctx))
|
||||
|
||||
// multiple success case
|
||||
runcount := 0
|
||||
|
||||
Reference in New Issue
Block a user