diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml index c6b1785..cb42ae0 100644 --- a/.github/workflows/exec.yml +++ b/.github/workflows/exec.yml @@ -27,7 +27,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: echo Hello, world! + run: perl ./mysqltuner.pl --help # Runs a set of commands using the runners shell - name: Run a multi-line script