Skip to content

Added Github actions details to README. #7

Added Github actions details to README.

Added Github actions details to README. #7

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and run with Docker Compose
run: |
docker compose up --build --abort-on-container-exit --exit-code-from tests