Skip to content

Commit

Permalink
ci: fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Apr 17, 2024
1 parent 82ff13b commit 5a22695
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,3 @@ jobs:
run: vendor/bin/grumphp run
env:
PHP_CS_FIXER_IGNORE_ENV: 1

- name: Send Scrutinizer data
run: |
composer require scrutinizer/ocular --dev
vendor/bin/ocular code-coverage:upload --format=php-clover build/logs/coverage/clover.xml
continue-on-error: true
4 changes: 2 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/.direnv/
/.idea/
/build/
/vendor/
/docs/
CHANGELOG.md
/build/
CHANGELOG.md
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"proseWrap": "always"
"proseWrap": "always"
}

0 comments on commit 5a22695

Please sign in to comment.