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]>
  • Loading branch information
valaparthvi and thehejik authored Feb 8, 2025
1 parent 1fdc623 commit c91bea6
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 @@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v4
- name: Running the focus check script
run: |
./.github/scripts/focus-check.sh
grep -ErnI --include="*.go" 'FIt|FDescribe|FContext|FWhen|FEntry|FDescribeTable' ./hosted && exit 1 || exit 0

0 comments on commit c91bea6

Please sign in to comment.