Skip to content

Commit

Permalink
Update .github/workflows/focus-ginkgo-checks.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Hehejik <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>
  • Loading branch information
valaparthvi and thehejik committed Feb 10, 2025
1 parent daecc81 commit b067885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/focus-ginkgo-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: actions/checkout@v4
- name: Running the focus check script
run: |
grep -ErnI --include="*.go" 'FIt|FDescribe|FContext|FWhen|FEntry|FDescribeTable' ./hosted && exit 1 || echo "No focused specs found." && exit 0
grep -ErnI --include="*.go" 'FIt|FDescribe|FContext|FWhen|FEntry|FDescribeTable' ./hosted && { echo "There are focused specs, please remove them."; exit 1; } || { echo "No focused specs found."; exit 0; }

0 comments on commit b067885

Please sign in to comment.