Skip to content

Commit 509b537

Browse files
committed
CI: add view_integ_stats test
1 parent 36d7815 commit 509b537

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,15 @@ jobs:
339339
chmod +x *.sh
340340
./run_stgrt.sh
341341
342+
- name: Test stats files
343+
working-directory: ${{ env.EXAMPLE_COPY_PATH }}/view_integ_stats
344+
run: |
345+
chmod +x *.sh
346+
./run_stgrt.sh
347+
python view.py
348+
./run_grt.sh
349+
python view_dynamic.py
350+
342351
- name: Remove the test files
343352
run: |
344353
rm -rf ${{ env.EXAMPLE_COPY_PATH }}

0 commit comments

Comments
 (0)