Skip to content

Commit

Permalink
Fixes test and CI (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-m authored Feb 17, 2023
1 parent 44368ed commit aedef7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
name: Run tests
command: |
./cc-test-reporter before-build
vendor/bin/phpunit --testsuite all --coverage-clover clover.xml
XDEBUG_MODE=coverage vendor/bin/phpunit --testsuite all --coverage-clover clover.xml
./cc-test-reporter after-build --coverage-input-type clover --exit-code $?
2 changes: 1 addition & 1 deletion test/HarvesterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function basicData()
{
return [
["file://" . __DIR__ . "/json/data.json"],
["http://demo.getdkan.com/data.json"]
["https://demo.getdkan.org/data.json"]
];
}

Expand Down

0 comments on commit aedef7d

Please sign in to comment.