Skip to content

Commit

Permalink
Disable PHP Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Apr 1, 2021
1 parent 1bd9c76 commit 232a632
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
run: |
echo UID=`id -u` >> $GITHUB_ENV
echo GID=`id -g` >> $GITHUB_ENV
- name: Build
run: docker-compose build
env:
PHP_VERSION: ${{ matrix.php_version }}
- name: Install
uses: php-actions/composer@v5
with:
php_version: ${{ matrix.php_version }}
run: docker-compose run romans composer install
- name: Test
uses: php-actions/composer@v5
with:
php_version: ${{ matrix.php_version }}
command: test
run: docker-compose run romans composer test
- name: Clean
run: docker-compose down

0 comments on commit 232a632

Please sign in to comment.