Update main.yml

This commit is contained in:
Sai Charan Lanka 2021-08-24 09:28:19 +05:30 committed by Tim Edwards
parent e65b16ab8f
commit 6560545ebb
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Pulling the docker image
run: docker pull vezzal/vezzal:v1
run: docker pull vezzal/vezzal:latest
- name: Start the container with the docker image
run: docker run -id --name test_magic vezzal/vezzal:v1 bash | exit
run: docker run -id --name test_magic vezzal/vezzal:latest bash | exit
- name: Run the testing on the container and send the mail
run: docker exec test_magic /vezzal/test_magic.sh "lankasaicharan123@gmail.com,vanisaicharan2000@gmail.com" ${{ secrets.MAILING_KEY }}