Fix device status transition on reload and improve option update robustness #93
This file contains hidden or 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: Run Tests | |
| on: [push, pull_request] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout module | |
| uses: actions/checkout@master | |
| with: | |
| submodules: true | |
| - name: Run tests | |
| uses: symcon/action-tests@master |