Skip to content

Commit

Permalink
disable ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Jun 28, 2024
1 parent 6e95557 commit f3a1580
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
#"5.32",
#"5.30",
"5.22",
"5.20"
#"5.20"
]
name: Perl ${{ matrix.perl }}
steps:
Expand All @@ -34,5 +34,7 @@ jobs:
uses: ankane/setup-opensearch@v1
with:
opensearch-version: 2
config: |
plugins.security.disabled: true
- name: Run test
run: prove -lr t

0 comments on commit f3a1580

Please sign in to comment.