Skip to content

TemplateMetadata::loadMetadata(): do not try to fetch reverse links f… #14

TemplateMetadata::loadMetadata(): do not try to fetch reverse links f…

TemplateMetadata::loadMetadata(): do not try to fetch reverse links f… #14

Workflow file for this run

name: test
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: php
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
#extensions:
- name: composer
run: |
composer update
- name: test
run: |
vendor/bin/phpunit