chore(actions): include cmd dir for build
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
b72a332cd0
commit
767fa31026
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workers.yaml
vendored
2
.github/workflows/workers.yaml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
#
|
||||
|
||||
{
|
||||
git diff --name-only HEAD HEAD~1 | grep backend/services | grep -vE ^ee/ | cut -d '/' -f3
|
||||
git diff --name-only HEAD HEAD~1 | grep backend/cmd | grep backend/services | grep -vE ^ee/ | cut -d '/' -f3
|
||||
|
||||
git diff --name-only HEAD HEAD~1 | grep backend/pkg | grep -vE ^ee/ | cut -d '/' -f3 | uniq | while read -r pkg_name ; do
|
||||
grep -rl "pkg/$pkg_name" backend/services | cut -d '/' -f3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue