libpamtest: Fail auth several times for pam_faillock #183
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ca-certs | |
on: [push, pull_request] | |
jobs: | |
ca-certs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run test_ca-certs.sh | |
run: bash tests/test_ca-certs.sh | |
crls: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Fetch CRLs | |
run: sudo make crls |