From 7f9acf6a1ad975f89a1cadcf7899a38f5b0a25dc Mon Sep 17 00:00:00 2001 From: Sai Charan Lanka Date: Thu, 29 Jul 2021 19:36:01 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f03d3f..c102f62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: - name: Start the container with the docker image run: docker run -id --name test_netgen vezzal/vezzal:v0 bash | exit - - name: Run the testing on the container and sending the mail + - name: Run the testing on the container and sends the mail run: docker exec test_netgen /vezzal/test_netgen.sh