test
Some checks failed
/ test (push) Successful in 1s
Unit Testing / Run phpunit tests (pull_request) Failing after 4m16s

This commit is contained in:
André Menrath 2024-09-21 08:14:52 +02:00
parent b6b766a059
commit 8e8f4fc964

View file

@ -23,13 +23,6 @@ jobs:
- name: Checkout - name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4
# - name: Cache composer dependencies
# id: cache-primes
# uses: actions/cache@v4
# with:
# path: /root/.cache/composer
# key: cache-1
- name: Setup PHP - name: Setup PHP
uses: https://github.com/shivammathur/setup-php@v2 uses: https://github.com/shivammathur/setup-php@v2
with: with:
@ -50,6 +43,6 @@ jobs:
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest
- name: Unit Testing - name: Unit Testing
run: ./vendor/bin/phpunit run: cd /tmp/wordpress/wp-content/plugins/activitypub-event-extensions && ./vendor/bin/phpunit
env: env:
PHP_VERSION: ${{ matrix.php-versions }} PHP_VERSION: ${{ matrix.php-versions }}