diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6f69b12..07c76acc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Run Bug Template Tests run: ruby bug_report_template.rb || ruby bug_report_template.rb - continue-on-error: ${{ startsWith(matrix.ruby, '2') || false }} + continue-on-error: ${{ startsWith(matrix.ruby, "2") || false }} - name: Run tests id: test