Skip to content

Commit

Permalink
Exclude plugin from CI that is broken by deprecations
Browse files Browse the repository at this point in the history
SysPete pushed this as an update to the deprecation PR, but I forgot to
include it.
  • Loading branch information
cromedome committed Sep 10, 2023
1 parent 401c9d6 commit 2778f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Testing selected Plugins
run: |
cpanm --test-only --verbose Dancer2::Plugin::Auth::HTTP::Basic::DWIW
#cpanm --test-only --verbose Dancer2::Plugin::Auth::HTTP::Basic::DWIW # TODO: Re-enable once patched for Dancer 1.0.0
cpanm --test-only --verbose Dancer2::Template::Handlebars
cpanm --test-only --verbose Dancer2::Session::Cookie
cpanm --test-only --verbose Dancer2::Plugin::Email
Expand Down

0 comments on commit 2778f49

Please sign in to comment.