Fixed regexp in molecule/debian/verify.yml #312
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: Show ca-certificates version | |
run: apt-cache show ca-certificates | |
- 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: Show ca-certificates version | |
run: apt-cache show ca-certificates | |
- name: Fetch CRLs | |
run: sudo make crls |