We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ce221 commit fd6cad6Copy full SHA for fd6cad6
1 file changed
.github/workflows/test.yml
@@ -263,11 +263,11 @@ jobs:
263
STATUS="✅ Tests passed successfully!"
264
COLOR="🟢"
265
266
- HEADER="Maatify CI Report"
+ HEADER="Maatify CI Report (maatify/data-adapters)"
267
if grep -q "FAILURES!" phpunit.log || [ "${{ job.status }}" != "success" ]; then
268
STATUS="❌ Some tests failed. Please review the log."
269
COLOR="🔴"
270
- HEADER="Maatify CI Alert"
+ HEADER="Maatify CI Alert (maatify/data-adapters)"
271
fi
272
273
PROJECT="maatify/data-adapters"
0 commit comments