1
0
Fork 0
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:
Leonardo Lima 2020-11-11 14:12:50 -03:00
parent 00d04e80ca
commit bcd1e058eb

View file

@ -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"