Skip to content

Fix: regex for twig translate did not properly account for possible s… #69

Fix: regex for twig translate did not properly account for possible s…

Fix: regex for twig translate did not properly account for possible s… #69

Workflow file for this run

name: Codeception
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1.17
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
- name: Install dependencies
run: composer install
- name: Run unit tests
run: php vendor/bin/codecept run unit