From 36c47a4ae61c2020ed5bb25c52128f58b48bcaf1 Mon Sep 17 00:00:00 2001 From: Paul Mucur Date: Tue, 16 Jul 2024 10:35:07 +0100 Subject: [PATCH] Revert "ci: ignore re2 failures for now" --- .github/workflows/downstream.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index d4ff244..2257c88 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -30,18 +30,14 @@ jobs: url: https://github.com/mudge/re2 command: "bundle exec rake compile spec" ruby: "3.3" - continue-on-error: true # https://github.com/mudge/re2/issues/158 - name: nokogiri url: https://github.com/sparklemotion/nokogiri command: "bundle exec rake compile test" ruby: "3.3" - continue-on-error: false - name: sqlite3 url: https://github.com/sparklemotion/sqlite3-ruby command: "bundle exec rake compile test" ruby: "3.3" - continue-on-error: false - continue-on-error: ${{matrix.continue-on-error}} runs-on: ${{matrix.platform}} steps: - name: configure git crlf