Add Transformer for Eventin (WP Event Solution) #62

Merged
linos merged 6 commits from eventin into main 2024-10-13 09:44:01 +02:00
Showing only changes of commit a70c188922 - Show all commits

View file

@ -100,6 +100,6 @@ jobs:
PHP_VERSION: ${{ matrix.php-version }}
- name: Run Integration tests for Eventin (WP Event Solution)
run: cd /workspace/Event-Federation/wordpress-activitypub-event-bridge/ && ./vendor/bin/phpunit --filter=wp_event_solution
run: cd /workspace/Event-Federation/wordpress-activitypub-event-bridge/ && ./vendor/bin/phpunit --filter=eventin
env:
PHP_VERSION: ${{ matrix.php-version }}