mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-08-29 01:14:24 +02:00
Update main.yml
This commit is contained in:
committed by
Tim Edwards
parent
e017811239
commit
4e75889605
@@ -27,7 +27,7 @@ jobs:
|
||||
run: docker pull vezzal/vezzal:v0
|
||||
|
||||
- name: Start the container with the docker image
|
||||
run: docker run -it --name test_netgen vezzal/vezzal:v0 bash | exit
|
||||
run: docker run -id --name test_netgen vezzal/vezzal:v0 bash | exit
|
||||
|
||||
- name: Run the testing on the container
|
||||
run: docker exec test_netgen /vezzal/test_netgen.sh
|
||||
|
||||
Reference in New Issue
Block a user