Skip to content

pass throw to config #1173

pass throw to config

pass throw to config #1173

Workflow file for this run

name: php-unit
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: "7.4"
php_extensions: redis exif mongodb intl pdo_pgsql zip mysqli pdo_mysql pcntl gd gmp
version: 2.x
command: require symfony/test-pack
- name: Create results folder
run: mkdir tests/results
- name: Run tests
run: php vendor/bin/phpunit --coverage-text=tests/results/phpunit.txt
- name: ls all
run: ls -la tests/results
- name: Output the run Details
if: (success() || failure())
uses: actions/upload-artifact@v2
with:
name: RunReports
path: tests/results