New workflow
This commit is contained in:
parent
77b313bf92
commit
606c09e3bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/exec.yml
vendored
2
.github/workflows/exec.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
run: echo Hello, world!
|
run: perl ./mysqltuner.pl --help
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
# Runs a set of commands using the runners shell
|
||||||
- name: Run a multi-line script
|
- name: Run a multi-line script
|
||||||
|
|
Loading…
Reference in a new issue