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 9eaf36f commit a9bbae2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/QAConfigMyApp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ on:
branches: [ master, develop ]

jobs:
QA:
DcokerImage-QA:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: QA Docker Image
run: |
echo Running docker image,
./docker/run.sh
CLI-QA:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a9bbae2

Please sign in to comment.