We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724cbe5 commit 6589335Copy full SHA for 6589335
1 file changed
.github/workflows/test-tensorflow-switching.yml
@@ -100,7 +100,7 @@ jobs:
100
echo '```' >> $GITHUB_STEP_SUMMARY
101
102
# 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
+ if grep -q "Demo completed successfully" /tmp/omnipkg-artifacts/tensorflow_demo_output.txt; then
104
echo "Demo completed successfully (verified by log content)."
105
echo "demo_outcome=success" >> $GITHUB_OUTPUT
106
else
0 commit comments