Skip to content

[#15] Integrate logger into the project via cmake #22

[#15] Integrate logger into the project via cmake

[#15] Integrate logger into the project via cmake #22

Workflow file for this run

name: 'Build'
on:
push:
pull_request:
types:
- reopened
- ready_for_review
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -t coolstory-gram-server .
- name: Run the application with Docker
run: docker run coolstory-gram-server