Skip to content

Removes macOS runner for the moment as it doesn't support docker #17

Removes macOS runner for the moment as it doesn't support docker

Removes macOS runner for the moment as it doesn't support docker #17

Workflow file for this run

name: Docker startup tests
on:
push
jobs:
test-start:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install docker
uses: docker-practice/actions-setup-docker@master
- name: Run setup script
run: ./setup.sh
- name: Start the stack
run: docker-compose up -d
- name: Check if system comes up
run: ./.github/workflows/healthCheck.sh