run on root path

This commit is contained in:
Kjeld Schouten-Lebbing 2022-09-22 14:06:39 +02:00
parent 08735e306d
commit 522f57c0c7
No known key found for this signature in database
GPG Key ID: 3D586240A9175B99
1 changed files with 1 additions and 1 deletions

View File

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