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

This commit is contained in:
André Menrath 2024-09-20 22:25:41 +02:00
parent 5d8915abcc
commit 3313dfc7f3

View file

@ -26,12 +26,12 @@ jobs:
- name: Checkout
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: Cache composer dependencies
# id: cache-primes
# uses: actions/cache@v4
# with:
# path: /root/.cache/composer
# key: cache-1
- name: Setup PHP
uses: https://github.com/shivammathur/setup-php@v2
@ -47,7 +47,7 @@ jobs:
run: sudo apt update && sudo apt -y upgrade && sudo apt -y install mysql-client
- name: Setup Test Environment
run: bash bin/install-wp-tests.sh wordpress_test root root http://mysql:3306 ${{ matrix.wp-version }}
run: bash bin/install-wp-tests.sh wordpress_test root root 'http://mysql:3306' ${{ matrix.wp-version }}
- name: Unit Testing
run: ./vendor/bin/phpunit