This commit is contained in:
Kjeld Schouten-Lebbing 2022-09-22 14:14:35 +02:00
parent 6fe5f63fe8
commit 142a1eb5f2
No known key found for this signature in database
GPG Key ID: 3D586240A9175B99
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: catalog tests
run: |
echo "Starting Catalog Validation"
/usr/local/bin/catalog_validate validate
/usr/local/bin/catalog_validate validate --path "${PWD}"
- uses: actions/checkout@master