Skip to content

fix(preview): pass PR number via artifact #189

fix(preview): pass PR number via artifact

fix(preview): pass PR number via artifact #189

Workflow file for this run

name: PHPUnit
on:
pull_request:
push:
branches:
- main
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up php 8.3
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
coverage: none
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
- name: Run PHPUnit
run: composer test