Fix genimage action
This commit is contained in:
13
services/actions/actions_suite_test.go
Normal file
13
services/actions/actions_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package actions_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestActions(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Agent actions test suite")
|
||||
}
|
||||
Reference in New Issue
Block a user