Skip to content

feat: add testing framework #4

feat: add testing framework

feat: add testing framework #4

Workflow file for this run

name: Build template
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: docker-compose build
- name: Run docker container
run: docker-compose up -d
- name: Test if service is reachable
run: |
sleep 30
curl -s --retry 10 --retry-connrefused --insecure https://localhost:8000/