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 dd4bbe7 commit dd986d4Copy full SHA for dd986d4
.github/workflows/ci.yml
@@ -53,6 +53,7 @@ jobs:
53
run: |
54
# This step uses `run` to execute a shell command
55
./action.sh > test_no_return.log 2>&1 || true
56
+ cat test_no_return.log
57
58
- name: Verify Test Case 2 output
59
0 commit comments