Update main.yml

This commit is contained in:
Sai Charan Lanka 2021-07-25 20:51:18 +05:30 committed by Tim Edwards
parent 30acb8be63
commit 376296eda5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
run: docker pull vezzal/vezzal:v0
- name: Run the docker image
run: docker run -i vezzal/vezzal:v0 bash
run: docker-compose run -t vezzal/vezzal:v0 bash
- name: Run the test
run: |