Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Oct 3, 2024
1 parent a9ebed0 commit a7ae277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Test App

on:
push:
branches: ["*", "!release/*", "!nightly"]
branches-ignore: ["release/*", "nightly"]
paths: ["cmd/**", "internal/**", "server/**", "test/**", "main.go", "go.mod", "go.sum"]
tags-ignore: ["v*"]
pull_request:
branches: ["*", "!release/*", "!nightly"]
branches-ignore: ["release/*", "nightly"]
paths: ["cmd/**", "internal/**", "server/**", "test/**", "main.go", "go.mod", "go.sum"]

env:
Expand Down
1 change: 1 addition & 0 deletions internal/template/render_email.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type EmailRender struct {
}

func NewEmailRenderer() *EmailRender {
// for test
return &EmailRender{}
}

Expand Down

0 comments on commit a7ae277

Please sign in to comment.