Skip to content

Fix the issue with checklist #1195

Fix the issue with checklist

Fix the issue with checklist #1195

name: BeeAI container builds
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
beeai-make-build:
runs-on: ubuntu-latest
steps:
- name: Install packages required
run: |
sudo apt-get install -y podman podman-compose
- name: Checkout Git Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run container builds
run: |
podman-compose -f compose.yaml build