From 770532f3e5874f0d7e45d31e3ffde6a7ab75dd75 Mon Sep 17 00:00:00 2001 From: Israel Ogbole Date: Sat, 15 Aug 2020 14:58:40 +0100 Subject: [PATCH] workflow --- .github/workflows/QAConfigMyApp.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/QAConfigMyApp.yml b/.github/workflows/QAConfigMyApp.yml index 8ab738e..1162102 100644 --- a/.github/workflows/QAConfigMyApp.yml +++ b/.github/workflows/QAConfigMyApp.yml @@ -16,8 +16,10 @@ jobs: - uses: actions/checkout@v2 - name: QA Docker Image run: | - echo Running docker image, - ./docker/run.sh + echo Running docker image + cd docker + ls -ltr + ./run.sh CLI-QA: # The type of runner that the job will run on runs-on: ubuntu-latest