Skip to content

Commit

Permalink
install requirements before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frkcn committed Mar 9, 2020
1 parent 70d0385 commit 7d42ce1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Disable Xdebug
run: sudo phpdismod xdebug

- name: Install imagemagick
run: sudo apt install imagemagick

- name: Install zbar
run: sudo apt install zbar-tools

- name: Install dependencies
run: composer install --no-progress --no-ansi --profile --no-interaction --no-scripts --no-suggest --prefer-dist

Expand Down

0 comments on commit 7d42ce1

Please sign in to comment.