Skip to content

Commit

Permalink
fix: テストコード更新がトリガーになってなかった
Browse files Browse the repository at this point in the history
  • Loading branch information
mew-ton committed Jan 31, 2024
1 parent e7b41b4 commit e3bf77e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- ".github/workflows/codspeed.yml"
- ".gitignore"
- "src"
- "test"
- "package.json"
- "vitest.config.ts"
- "yarn.lock"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- ".github/workflows/test.yml"
- ".gitignore"
- "src"
- "test"
- "package.json"
- "tsconfig.json"
- "tsup.config.ts"
Expand Down

0 comments on commit e3bf77e

Please sign in to comment.