Skip to content

Commit

Permalink
add ci check for validator/sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
noursaidi committed Sep 9, 2022
1 parent 1ed02c9 commit 40fa743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ jobs:
more /tmp/sequencer.out
diff -u /tmp/sequencer.out etc/sequencer.out && echo No sequencer.out diff
diff -u /tmp/generated.md docs/specs/sequences/generated.md && echo No generated.md diff
(ls -1 validator/sequences | xargs -I% diff -u \
sites/udmi_site_model/out/devices/AHU-1/tests/%/sequence.md \
validator/sequences/%/sequence.md) \
&& echo Sequences in validator/sequences up to date
- name: telemetry validator
env:
GCP_TARGET_PROJECT: ${{ secrets.GCP_TARGET_PROJECT }}
Expand Down
2 changes: 1 addition & 1 deletion validator/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

export JAVA_HOME=$JAVA_HOME_11_X64

echo Building validataor in $PWD
echo Building validator in $PWD

rm -rf build
./gradlew shadow $check
Expand Down

0 comments on commit 40fa743

Please sign in to comment.