Skip to content

fix: allow non-interactive running of installer #8

fix: allow non-interactive running of installer

fix: allow non-interactive running of installer #8

name: Test Docker Build
on:
push:
branches:
- '**' # Trigger on any branch
pull_request:
branches:
- dev # Trigger only on pull requests to the dev branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . -f Dockerfile