Skip to content

Commit b038e25

Browse files
committed
pamtester as normal user
1 parent 19fa454 commit b038e25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tox.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
run: echo tox-env=py${{ matrix.python-version }} | tr -d '.' >> ${GITHUB_OUTPUT}
4747

4848
- name: Prepare Integration
49-
run: sudo -E ./scripts/prepare-integration.sh
49+
run: |
50+
sudo -E ./scripts/prepare-integration.sh
51+
echo spammer | pamtester -v login pammer authenticate
5052
5153
- name: Test
5254
run: tox -e ${{ steps.tox-env.outputs.tox-env }}

0 commit comments

Comments
 (0)