Skip to content

Commit

Permalink
fix: check for all ui code for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rekfuki-f3 committed Jul 21, 2023
1 parent 14d3e08 commit fa2a995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- '**.go'
- 'helm/**'
ui:
- 'ui/pnpm-lock.yaml'
- 'ui/**'
- '**.js'
- '**.ts?(x)'
- '**.ts'
go:
needs: changes
if: ${{ needs.changes.outputs.go == 'true' }}
Expand Down

0 comments on commit fa2a995

Please sign in to comment.