Skip to content

Commit

Permalink
Merge pull request #9 from BioFreak95/GitHubActions
Browse files Browse the repository at this point in the history
OPSUVIER-4133
  • Loading branch information
BioFreak95 authored Feb 28, 2020
2 parents f861448 + 48d62da commit 3342fc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/webhooks/php.yml → .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:

- name: Change to PHP7.0
run: sudo update-alternatives --set php /usr/bin/php7.0

- name: Install Pandoc
run: sudo apt-get install pandoc

- name: Install Composer and Dependencies
run: curl -s http://getcomposer.org/installer | php && php composer.phar self-update && php composer.phar install

- name: Full Analysis with Coverage
run: php composer.phar check-full
run: php composer.phar check-full

0 comments on commit 3342fc7

Please sign in to comment.