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 e91f536 commit 43814d4Copy full SHA for 43814d4
.github/workflows/self-hosted.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Check for tests results
95
run: |
96
- ! grep -q "FAILED" ${{ env.test-file }}
+ ! grep -qi "FAILED" ${{ env.test-file }}
97
98
clean:
99
name: Cleanup workspace
.github/workflows/ubuntu.yml
@@ -106,4 +106,4 @@ jobs:
106
107
108
109
0 commit comments