Skip to content

Commit 7ab5e40

Browse files
renaudallarddaztucker
authored andcommitted
vm.yml: fix solaris PAM tests
Add missing SSHD_CONFOPTS="UsePam yes" to the solaris PAM test step so it actually tests PAM functionality instead of re-running the default tests with a PAM-enabled binary.
1 parent 1c553a1 commit 7ab5e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,5 +466,5 @@ jobs:
466466
shell: solaris {0}
467467
run: |
468468
cd $GITHUB_WORKSPACE
469-
sudo -u builder make tests
469+
sudo -u builder env SSHD_CONFOPTS="UsePam yes" make tests
470470

0 commit comments

Comments
 (0)