We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b140d commit c5c55c6Copy full SHA for c5c55c6
.github/workflows/spineapp_sanity.yaml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
65
cd edge-ai-suites-repo/manufacturing-ai-suite/industrial-edge-insights-vision/tests/robot_files
66
- robot test.robot || true &
+ robot test.robot || true
67
mkdir -p /tmp/test_results
68
cp -r report.html log.html output.xml dlsps_logs.txt /tmp/test_results/
69
passed=$(xmllint --xpath "//return/status[@status='PASS']" ./output.xml | wc -l) || true
0 commit comments