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 ae1829e commit ea8dbc4Copy full SHA for ea8dbc4
.github/workflows/test.yml
@@ -60,4 +60,4 @@ jobs:
60
61
- name: Checkout output
62
run : |
63
- grep -q "Usertests passed" os/output.log && exit 1 || exit 0
+ grep "Usertests passed" os/output.log
0 commit comments