Skip to content

Commit

Permalink
scrutinizer config fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jun 29, 2021
1 parent 939a95d commit 8960d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ build:
- igbinary
- redis
tests:
before:
- 'docker run -p 6379:6379 --name redis-redisgraph redislabs/redisgraph:latest'
override:
-
command:
- 'docker run -p 6379:6379 --name redis-redisgraph redislabs/redisgraph:latest'
- 'composer run unit-tests'
coverage:
file: 'tests/_output/coverage.xml'
Expand Down

0 comments on commit 8960d34

Please sign in to comment.