Skip to content

Commit fa2a995

Browse files
committed
fix: check for all ui code for testing
1 parent 14d3e08 commit fa2a995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- '**.go'
2626
- 'helm/**'
2727
ui:
28-
- 'ui/pnpm-lock.yaml'
28+
- 'ui/**'
2929
- '**.js'
30-
- '**.ts?(x)'
30+
- '**.ts'
3131
go:
3232
needs: changes
3333
if: ${{ needs.changes.outputs.go == 'true' }}

0 commit comments

Comments
 (0)