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 770532f commit 15315a0
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/DockerBuildPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ jobs:
tags: "latest"
dockerfile: docker/Dockerfile

test_docker_image:
name: Docker image QA
DcokerImage-QA:
runs-on: ubuntu-latest
container:
image: appdynamicscx/configmyapp:latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: TestCase1- Basic and BT configuration
run: |
echo Running docker image,
./docker/run.sh
- uses: actions/checkout@v2
- name: QA Docker Image
run: |
echo Testing the docker image
cd docker
ls -ltr
./run.sh

0 comments on commit 15315a0

Please sign in to comment.