Skip to content

test build

test build #1

Workflow file for this run

name: Build template
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build template
run: docker-compose build
- name: Test local development
run: docker-compose up -d
- name: Test if service is reachable
run: curl -s --retry 10 --retry-connrefused http://localhost:8000/