forgejo_runner #26

Open
linos wants to merge 27 commits from forgejo_runner into main
Showing only changes of commit 9230f40f13 - Show all commits

View file

@ -53,7 +53,7 @@ jobs:
uses: "ramsey/composer-install@v1"
- name: Install mysqladmin
run: apt update && apt-get -y install mysql-client-core
run: sudo apt-get update && sudo apt-get -y install mysql-client-core
- name: Setup Test Environment
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp-version }}