From e017811239639ba2e298c8a3352af3e041b2f618 Mon Sep 17 00:00:00 2001 From: Sai Charan Lanka Date: Mon, 26 Jul 2021 09:37:20 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5d05bb..3a22dd4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,11 @@ jobs: - name: Pulling the docker image run: docker pull vezzal/vezzal:v0 - - name: Run the docker image - run: docker run vezzal/vezzal:v0 + - name: Start the container with the docker image + run: docker run -it --name test_netgen vezzal/vezzal:v0 bash | exit + + - name: Run the testing on the container + run: docker exec test_netgen /vezzal/test_netgen.sh