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 f96cfef commit 81216dfCopy full SHA for 81216df
.github/workflows/test.yml
@@ -108,7 +108,7 @@ jobs:
108
echo "OK"
109
else
110
echo "FAIL"
111
- exit 1
+ exit ${status}
112
fi
113
- name: Run file consistency check 1
114
run: |
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
127
128
- name: Run file consistency check 2
129
0 commit comments