mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Implemented tests on Docker image
This commit is contained in:
parent
00d04e80ca
commit
bcd1e058eb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: build
|
||||
run: docker-compose build
|
||||
run: docker build . -t modern-cpp
|
||||
|
||||
- name: run
|
||||
run: docker-compose run application
|
||||
- name: test
|
||||
run: docker run modern-cpp sh -c "./build/test/GreeterTests"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue