We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5569a0f + 2da17b5 commit 3848150Copy full SHA for 3848150
.github/workflows/e2e.yml
@@ -62,3 +62,10 @@ jobs:
62
tests-e2e/playwright-report/
63
tests-e2e/site/storage/logs/
64
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
@@ -25,6 +25,7 @@ protected function buildShowFields(FieldsContainer $showFields): void
25
->addField(
26
SharpShowEntityListField::make('test-models')
27
->setLabel('Test models')
28
+ ->showCount()
29
);
30
}
31
0 commit comments