Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit a5b0d7e

Browse files
author
Pavel Ageev
committed
fix: fix tests
1 parent 347e136 commit a5b0d7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
cat check_report
6565
[ $code -eq 1 ] && echo 'Error: Check should succeed' && exit 1
6666
grep '"success":true' check_report
67-
grep "labels: { name: 'first-contentful-paint', id: 'lh-one' }" \
68-
check_report
67+
grep '{"labels":{"id":"lh-one","name":"first-contentful-paint"}' check_report
6968
7069
- name: 'lint configs'
7170
run: npm run prettier

0 commit comments

Comments
 (0)