Fix genimage action

This commit is contained in:
mudler
2025-03-01 16:02:01 +01:00
parent a57f990576
commit 3790ad3666
5 changed files with 92 additions and 6 deletions

View 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")
}