Added missing condition for test-bundler and test-bundled-gems.

This commit is contained in:
Hiroshi SHIBATA 2019-08-17 12:08:07 +09:00 коммит произвёл SHIBATA Hiroshi
Родитель ea496e9fb2
Коммит 2468466a1a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -55,6 +55,7 @@ jobs:
continue-on-error: true
- name: make test-bundler/test-bundled-gems
run: make -s ${{ matrix.test_task }}
if: matrix.test_task != 'check'
continue-on-error: true
- name: Leaked Globals
run: make -s leaked-globals