Skip to content

Commit 72a8c90

Browse files
committed
Update openldap test to use bash
1 parent d38431b commit 72a8c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/openldap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ jobs:
109109
110110
- name: Build and test OpenLDAP with wolfProvider
111111
working-directory: openldap
112+
shell: bash
112113
run: |
114+
set -o pipefail
113115
# wolfProvider is already loaded as the default provider
114116
echo "Current OpenSSL providers:"
115117
openssl list -providers

0 commit comments

Comments
 (0)