Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleswita committed Mar 24, 2020
1 parent b28af6d commit 4a381db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Expand Up @@ -49,10 +49,15 @@ jobs:
name: tests_batch_${{ matrix.batch }}
path: temp

- run: composer install --no-progress --prefer-dist

- shell: bash
run: |
cat temp/tests_batch_${{ matrix.batch }}
- run: vendor/nette/tester/src/tester -s -c tests/php.ini | cat temp/tests_batch_${{ matrix.batch }}


lowest_dependencies:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4a381db

Please sign in to comment.