Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Ageev committed Dec 12, 2024
1 parent 347e136 commit a5b0d7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
cat check_report
[ $code -eq 1 ] && echo 'Error: Check should succeed' && exit 1
grep '"success":true' check_report
grep "labels: { name: 'first-contentful-paint', id: 'lh-one' }" \
check_report
grep '{"labels":{"id":"lh-one","name":"first-contentful-paint"}' check_report
- name: 'lint configs'
run: npm run prettier
Expand Down

0 comments on commit a5b0d7e

Please sign in to comment.