From 1836ae14d79666db4190dc51aa2a7a0be53363b1 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 21 Jun 2022 09:15:26 +0100 Subject: [PATCH] fix typo Signed-off-by: Mark Bolwell --- .github/workflows/linux_benchmark_testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index c375c7e..b4c7df4 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -83,13 +83,12 @@ jobs: # Ensure system is up for connections before continuing - - name: Check system is up and runnimn + - name: Check system is up and running working-directory: .github/workflows id: test_os run: >- ansible all -i hosts.yml -m wait_for -a "host='{{ (ansible_ssh_host|default(ansible_host) }}' port=22 delay=10" - # Run the ansible playbook - name: Run_Ansible_Playbook uses: arillso/action.playbook@master