We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fa454 commit b038e25Copy full SHA for b038e25
.github/workflows/tox.yaml
@@ -46,7 +46,9 @@ jobs:
46
run: echo tox-env=py${{ matrix.python-version }} | tr -d '.' >> ${GITHUB_OUTPUT}
47
48
- name: Prepare Integration
49
- run: sudo -E ./scripts/prepare-integration.sh
+ run: |
50
+ sudo -E ./scripts/prepare-integration.sh
51
+ echo spammer | pamtester -v login pammer authenticate
52
53
- name: Test
54
run: tox -e ${{ steps.tox-env.outputs.tox-env }}
0 commit comments