Remove the demo link #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |