Skip to content

Commit

Permalink
chore: add a global ci pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Vasek - Tom C <[email protected]>
  • Loading branch information
TomChv committed Jan 23, 2024
1 parent be02b36 commit 433a188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dagger/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ type CI struct {
func (c *CI) Run(ctx context.Context) error {
wg, gctx := errgroup.WithContext(ctx)

// Prefix with ci for cloud visibility.
c.Project = c.Project.Pipeline("ci")

wg.Go(func() error {
_, err := c.UnitTest(gctx)

Expand Down

0 comments on commit 433a188

Please sign in to comment.