Skip to content

Commit

Permalink
Fix local svgo module for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPropre committed Apr 20, 2021
1 parent 915949a commit 3b556ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y jpegoptim pngquant gifsicle optipng libjpeg-progs webp
sudo npm install -g svgo
sudo npm install svgo
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ before_script:
- sudo apt-get install libjpeg-progs
- sudo apt-get install webp
- npm install -g svgo
- npm install svgo

script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down

0 comments on commit 3b556ff

Please sign in to comment.