Add notes #142
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: "CI" | |
on: | |
push: | |
branches: | |
- master | |
- NGSI-v2 | |
- NGSI-LD | |
pull_request: | |
branches: | |
- master | |
- NGSI-v2 | |
- NGSI-LD | |
workflow_dispatch: | |
jobs: | |
test-modules: | |
name: Test Script | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
steps: | |
- uses: actions/checkout@master | |
with: | |
persist-credentials: false | |
fetch-depth: 0 | |
submodules: recursive | |
- name: Build Images | |
run: | | |
./services create || true | |
- name: Run Script | |
run: | | |
./services start test && ./services stop test |