Skip to content

Commit 4a8d7d9

Browse files
committed
Fix expected output in action
1 parent 3e906b5 commit 4a8d7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Check output
3232
run: |
33-
if [ "$(cat output.txt)" == "" ]; then
33+
if [ "$(cat output.txt)" == "Hello world!" ]; then
3434
echo "Output is correct"
3535
else
3636
echo "Output is incorrect"

0 commit comments

Comments
 (0)