Skip to content

Commit

Permalink
Add flag parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-gplassard committed Sep 26, 2024
1 parent a6d171c commit 155c84c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/private-action-runner/testmain_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package private_action_runner

import (
"os"
"testing"

"github.com/DataDog/helm-charts/test/common"
)

func TestMain(m *testing.M) {
common.ParseArgs()
os.Exit(m.Run())
}

0 comments on commit 155c84c

Please sign in to comment.