Skip to content

Fix test in CultureFeed_Uitpas_DistributionKey for sameRegion #31

Fix test in CultureFeed_Uitpas_DistributionKey for sameRegion

Fix test in CultureFeed_Uitpas_DistributionKey for sameRegion #31

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [7.4]
steps:
- name: πŸ“€ Checkout project
uses: actions/checkout@v3
- name: 🐘 Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- name: πŸ“¦ Install dependencies
run: composer install --no-progress --no-suggest
- name: βœ… Run tests
run: vendor/bin/phpunit
phpstan:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [7.4]
steps:
- name: πŸ“€ Checkout project
uses: actions/checkout@v3
- name: 🐘 Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- name: πŸ“¦ Install dependencies
run: composer install --no-progress --no-suggest
- name: πŸ” Run PHPStan
run: vendor/bin/phpstan analyse --memory-limit=512M