From caf9bfcd36c84c1bbf6f157a697705389c4719b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20=C3=98stergaard=20Jensen?= Date: Fri, 10 Jan 2025 08:57:32 +0100 Subject: [PATCH] Adjust github action file --- .github/workflows/test.yml | 2 +- phpunit.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 123bb5b..6f74601 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: run: php -m - name: Test MySQL Connectivity - run: apt-get update && apt-get install -y mysql-client; mysqladmin ping -h mysql -u root --password=root + run: sudo apt-get update && sudo apt-get install -y mysql-client; mysqladmin ping -h mysql -u root --password=root - name: Test PostgreSQL Connectivity run: apt-get update && apt-get install -y postgresql-client; pg_isready -h postgres -U root diff --git a/phpunit.xml.dist b/phpunit.xml.dist index dc128f3..c6c9ce6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -21,7 +21,7 @@ - +