From 0f6e8585d6761dff6374e065f4b001a51858c6a3 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Sun, 10 Jul 2022 16:28:11 -0400 Subject: [PATCH 1/2] Remove failing module from GitHub actions config Minion is having some issues with the SQLite backend in GitHub actions presently. I don't have the time to diagnose a non-core issue right now, and the build failure emails are annoying, so away it goes. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 524ee9d2d..51fc7f184 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,6 @@ jobs: - name: Testing selected Plugins run: | cpanm --test-only --verbose Dancer2::Plugin::Auth::HTTP::Basic::DWIW - cpanm --test-only --verbose Dancer2::Plugin::Minion cpanm --test-only --verbose Dancer2::Template::Handlebars cpanm --test-only --verbose Dancer2::Session::Cookie cpanm --test-only --verbose Dancer2::Plugin::Email From c7f25abf1a574eb551e46752d91d19f54bb3b1f1 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Sun, 10 Jul 2022 17:53:18 -0400 Subject: [PATCH 2/2] reflect changes --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index b4e5a7040..578e39a8c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ [ BUG FIXES ] * PR #1247: Fix edge case in plugin compat (Sawyer X) + * PR #1667: Remove failing module from GitHub Actions + config (Jason A. Crome) [ ENHANCEMENTS ] * GH #769, PR #829, #1662: Rename show_errors as show_stacktrace