test
Some checks failed
PHPUnit / PHPUnit – PHP 8.1 (push) Failing after 1m16s
PHPUnit / PHPUnit – PHP 8.2 (push) Failing after 1m6s
PHPUnit / PHPUnit – PHP 8.3 (push) Has been cancelled

This commit is contained in:
André Menrath 2024-10-03 15:40:25 +02:00
parent 4cc992d79b
commit ca8395b04d

View file

@ -5,6 +5,7 @@ on:
branches:
- main
- improve_tests
- ci_badge
pull_request:
env:
@ -92,4 +93,13 @@ jobs:
- name: Run Integration tests for Events Manager
run: cd /workspace/Event-Federation/wordpress-activitypub-event-bridge/ && ./vendor/bin/phpunit --filter=events_manager
env:
PHP_VERSION: ${{ matrix.php-version }}
PHP_VERSION: ${{ matrix.php-version }}
- name: Save WordPress version and plugin versions to file
run: wp core version > wordpress_versions.txt && wp plugin list --format=json >> wordpress_versions.txt
- name: Upload WordPress and Plugin Versions
uses: https://code.forgejo.org/actions/upload-artifact@v3
with:
name: versions
path: wordpress_versions.txt