Issue 6442 - Fix latest covscan memory leaks (part 2) #2852
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: Validate tests | |
on: | |
push: | |
pull_request: | |
permissions: | |
actions: read | |
packages: read | |
contents: read | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
container: | |
image: quay.io/389ds/ci-images:test | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run testimony | |
if: always() | |
run: testimony validate -c dirsrvtests/testimony.yaml dirsrvtests/tests/suites | |
- name: Check for duplicate IDs | |
if: always() | |
run: python3 dirsrvtests/check_for_duplicate_ids.py dirsrvtests/tests/suites |