From d6bbf7cc991661256229f80023993cf00d523e48 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Tue, 14 Mar 2023 19:21:35 +0000 Subject: [PATCH] fix: try to make it work --- .github/workflows/exec.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml index 86d3d65..6a59149 100644 --- a/.github/workflows/exec.yml +++ b/.github/workflows/exec.yml @@ -36,10 +36,9 @@ jobs: git clone https://github.com/datacharmer/test_db.git cd test_db - sudo mysql -u root < employees.sql + sudo mysql < ./employees.sql cd - rm -rf test_db - # Runs a single command using the runners shell - name: Run help mode run: perl ./mysqltuner.pl --help