docker step 2

This commit is contained in:
rusefillc 2022-05-18 10:50:37 -04:00
parent a469fd3846
commit 75e3ed9a61
2 changed files with 12 additions and 0 deletions

View File

@ -22,3 +22,7 @@ jobs:
- name: Build Docker
run: |
bash step1-build-docker.sh
- name: Run Tests in Docker
run: |
bash step2-run-docker.sh

8
step2-run-docker.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
#
# runs run_tests.sh by default
# optional parameter: non-default script
#
docker run -it --rm hellen-one %1