Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iogbole committed Aug 15, 2020
1 parent a9bbae2 commit 770532f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/QAConfigMyApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 770532f

Please sign in to comment.