Added real time updates to Pharmacy Information Page. Synchronizes am… #54
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: Continuous Integration | |
on: [ push ] | |
jobs: | |
docker: | |
name: Docker Compose | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: isbang/[email protected] | |
with: | |
compose-file: "./docker-compose.yml" |