From 9230f40f13fef638c00e8a8e881a4fe6ba0fa58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Fri, 20 Sep 2024 21:08:12 +0200 Subject: [PATCH] test --- .forgejo/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index cca8b72..b438090 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -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 }}