Skip to content

Make the fields of Telegram types really optional (right now LinkPreviewOptions, ReplyParameters only) #174

Make the fields of Telegram types really optional (right now LinkPreviewOptions, ReplyParameters only)

Make the fields of Telegram types really optional (right now LinkPreviewOptions, ReplyParameters only) #174

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