Skip to content

Fix SSL connection

Fix SSL connection #17

Workflow file for this run

name: Unit & Integration tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker images
run: docker-compose -f docker-compose.test.yml build
- uses: actions/checkout@v3
- name: Run unit & integration tests
run: docker-compose -f docker-compose.test.yml up --abort-on-container-exit