Skip to content

Commit fd6cad6

Browse files
committed
fix CI
1 parent c4ce221 commit fd6cad6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,11 @@ jobs:
263263
STATUS="✅ Tests passed successfully!"
264264
COLOR="🟢"
265265
266-
HEADER="Maatify CI Report"
266+
HEADER="Maatify CI Report (maatify/data-adapters)"
267267
if grep -q "FAILURES!" phpunit.log || [ "${{ job.status }}" != "success" ]; then
268268
STATUS="❌ Some tests failed. Please review the log."
269269
COLOR="🔴"
270-
HEADER="Maatify CI Alert"
270+
HEADER="Maatify CI Alert (maatify/data-adapters)"
271271
fi
272272
273273
PROJECT="maatify/data-adapters"

0 commit comments

Comments
 (0)