Update main.yml
This commit is contained in:
parent
4468d36462
commit
e017811239
|
|
@ -26,8 +26,11 @@ jobs:
|
||||||
- name: Pulling the docker image
|
- name: Pulling the docker image
|
||||||
run: docker pull vezzal/vezzal:v0
|
run: docker pull vezzal/vezzal:v0
|
||||||
|
|
||||||
- name: Run the docker image
|
- name: Start the container with the docker image
|
||||||
run: docker run vezzal/vezzal:v0
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue