Skip to content

Commit

Permalink
fix missing ext
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Sep 13, 2019
1 parent c1ee63c commit 699f6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: shivammathur/setup-php@1.1.1
with:
php-version: ${{ matrix.php-versions }}
extension-csv: dom
- name: PHPUnit Install
run: wget -O phpunit https://phar.phpunit.de/phpunit-5.phar && chmod +x phpunit
- run: composer install
Expand All @@ -30,7 +31,7 @@ jobs:
env:
GIT_REMOTE_BRANCH: ${{ github.ref }}
- name: Report code coverage
run: vendor/bin/php-coveralls
run: vendor/bin/php-coveralls --json_path=build/logs/coveralls-upload.json
env:
CI_NAME: Github Actions
CI_BRANCH: ${GITHUB_REF}
Expand Down

0 comments on commit 699f6ad

Please sign in to comment.