Skip to content

Use ubuntu lts for Dockerfile_test #142

Use ubuntu lts for Dockerfile_test

Use ubuntu lts for Dockerfile_test #142

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docker image
run: docker build -t reo7sp/tgbot-cpp -f Dockerfile .
- 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