made changes in the setup.md for mqtts part #62
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: Testing IoT-Dashboard setup | |
on: [push] | |
jobs: | |
run-github-actions: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Building Docker setup | |
run: | | |
cp ci_env .env | |
docker-compose pull | |
docker-compose build |