Skip to content

Add Gituhb workflow. Also fix postgres health check. #1

Add Gituhb workflow. Also fix postgres health check.

Add Gituhb workflow. Also fix postgres health check. #1

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Build docker container
run: docker compose build
- name: Test client runs without errors
run: docker compose up --exit-code-from client