Skip to content

FEATURE: translation priority #264

FEATURE: translation priority

FEATURE: translation priority #264

Workflow file for this run

# name: Test
# on:
# push:
# branches: [master]
# pull_request:
# branches: [master]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Validate composer.json and composer.lock
# run: composer validate
# - name: Install dependencies
# run: composer install --prefer-dist --no-progress --no-suggest
# - name: Run test suite
# run: vendor/bin/phpunit tests