Skip to content

Commit

Permalink
#369 - Adding missing PHP extensions to Actions config PHP Composer Test
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadevx committed May 8, 2021
1 parent 4979b5b commit fb807c4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test
name: Install and unit tests
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
job1:
runs-on: ${{ matrix.os }}
Expand All @@ -18,8 +21,7 @@ jobs:
GD_CONFIGURE_OPTS: --enable-gd=shared,/usr --with-external-gd --with-jpeg
GD_LIBS: libgd-dev libjpeg-dev
GD_PATH: ext/gd
- name: Test
run: |
php -v
php -r 'foreach (gd_info() as $key => $value) { echo "$key: $value \n"; }'
php -m
- name: Composer Install Project
uses: php-actions/composer@v2
- name: Run Unit Tests
uses: php-actions/phpunit@v8

0 comments on commit fb807c4

Please sign in to comment.