Removed some 'garbage' from DDS samples before storing attr in NGSI-LD current state #3461
Workflow file for this run
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: Compliance Test | |
on: | |
pull_request: | |
jobs: | |
compliance: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Test | |
run: | | |
$(pwd)/docker/build.sh -s compliance -t -p $(pwd) |