Skip to content

Remove the demo link #15

Remove the demo link

Remove the demo link #15

Workflow file for this run

name: Docker Compose Test
on:
push:
branches:
- main
jobs:
compose-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up data folder and env file
run: cd scripts && bash ./mkdir.sh && cd .. && echo "TEST=1" >> .env
- name: Docker Compose Action
uses: isbang/[email protected]
- name: Test service status
run: bash ./scripts/test.sh