Run integration tests and improve transformers for all integrations #32

Merged
linos merged 13 commits from ci_multiple_integrations into main 2024-09-25 11:27:17 +02:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 253d3e9010 - Show all commits

View file

@ -84,12 +84,12 @@ jobs:
env:
PHP_VERSION: ${{ matrix.php-version }}
- name: Run Integration tests for GatherPress
- name: Run Integration tests for GatherPress
run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && ./vendor/bin/phpunit --filter=gatherpress
env:
PHP_VERSION: ${{ matrix.php-version }}
- name: Run Integration tests for Events Manager
- name: Run Integration tests for Events Manager
run: cd /workspace/Event-Federation/wordpress-activitypub-event-extensions/ && ./vendor/bin/phpunit --filter=events_manager
env:
PHP_VERSION: ${{ matrix.php-version }}

View file

@ -92,7 +92,6 @@ final class GatherPress extends Event {
} else {
return null;
}
}
/**