Skip to content

Merge branch 'main' of https://github.com/BorisBrock/Sunalyzer #323

Merge branch 'main' of https://github.com/BorisBrock/Sunalyzer

Merge branch 'main' of https://github.com/BorisBrock/Sunalyzer #323

Workflow file for this run

name: Docker Image Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t sunalyzer .
#- name: Run tests inside the container
# run: docker run samplepy poetry run pytest