This commit is contained in:
Richard Willis 2021-03-07 17:01:52 +00:00
Родитель 330b49e02d
Коммит f22684f2a6
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/main.yml поставляемый
Просмотреть файл

@ -177,7 +177,7 @@ jobs:
- name: Set test extension status
if: always()
run: |
if ${{ steps.test.outcome=='success' || steps.retry1.outcome=='success' || steps.retry2.outcome=='success' }}; then
if (${{ steps.test.outcome=='success' || steps.retry1.outcome=='success' || steps.retry2.outcome=='success' }}); then
echo fine
else
exit 1