From 6b38783cd1f6ef6292cdf972a35ba4b79e482aa9 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sat, 4 Dec 2021 12:17:35 +0100 Subject: Update docker-image.yml --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6e51f1e..8e39202 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -12,9 +12,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Build the docker image + - name: Build docker image run: docker build -t reo7sp/tgbot-cpp -f Dockerfile . - - name: Build the docker image with unit tests + - name: Build docker image with examples and unit tests run: docker build -t reo7sp/tgbot-cpp-test -f Dockerfile_test . - name: Run unit tests run: docker run --rm reo7sp/tgbot-cpp-test -- cgit v1.2.3