Skip to content

Merge pull request #146 from tomek12311/fix/question-marks-are-not-pa… #18

Merge pull request #146 from tomek12311/fix/question-marks-are-not-pa…

Merge pull request #146 from tomek12311/fix/question-marks-are-not-pa… #18

Workflow file for this run

name: CI
on:
push:
pull_request:
types:
- opened
- synchronize
jobs:
build-test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Cache Composer dependencies
uses: actions/cache@v4
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
- uses: php-actions/composer@v6
- name: PHPUnit tests
run: ./vendor/bin/phpunit