Update main.yml
This commit is contained in:
parent
30acb8be63
commit
376296eda5
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue