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 3e906b5 commit 4a8d7d9Copy full SHA for 4a8d7d9
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Check output
32
run: |
33
- if [ "$(cat output.txt)" == "" ]; then
+ if [ "$(cat output.txt)" == "Hello world!" ]; then
34
echo "Output is correct"
35
else
36
echo "Output is incorrect"
0 commit comments