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 4867897 commit 0d62e60Copy full SHA for 0d62e60
.github/workflows/c-cpp.yml
@@ -50,6 +50,8 @@ jobs:
50
echo "Outputs differ!"
51
diff output1.txt output2.txt
52
exit 1
53
+ else
54
+ echo "Outputs equal!"
55
fi
56
57
- name: Run Tests
0 commit comments