Skip to content

Commit 3848150

Browse files
Merge branch 'main' into prefer-with-attributes
2 parents 5569a0f + 2da17b5 commit 3848150

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ jobs:
6262
tests-e2e/playwright-report/
6363
tests-e2e/site/storage/logs/
6464
retention-days: 30
65+
- uses: 8398a7/[email protected]
66+
if: failure() && github.event_name == 'push'
67+
with:
68+
status: failure
69+
env:
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

tests-e2e/site/app/Sharp/TestModels/TestModelShow.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ protected function buildShowFields(FieldsContainer $showFields): void
2525
->addField(
2626
SharpShowEntityListField::make('test-models')
2727
->setLabel('Test models')
28+
->showCount()
2829
);
2930
}
3031

0 commit comments

Comments
 (0)