Skip to content

Commit 6589335

Browse files
authored
Update test-tensorflow-switching.yml
1 parent 724cbe5 commit 6589335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-tensorflow-switching.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
echo '```' >> $GITHUB_STEP_SUMMARY
101101
102102
# The success indicator is the text "TensorFlow escaped the matrix".
103-
if grep -q "TensorFlow escaped the matrix" /tmp/omnipkg-artifacts/tensorflow_demo_output.txt; then
103+
if grep -q "Demo completed successfully" /tmp/omnipkg-artifacts/tensorflow_demo_output.txt; then
104104
echo "Demo completed successfully (verified by log content)."
105105
echo "demo_outcome=success" >> $GITHUB_OUTPUT
106106
else

0 commit comments

Comments
 (0)