Test: Validate for GUIDS and Locations

Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
Luis Garcia
2024-11-09 12:17:33 -07:00
parent fa9201b20f
commit 10b58379cd
2 changed files with 38 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ jobs:
run: |
mv test/ci_guids.env .env
python main.py
python test/validate_ci_marklog.py --dry
python test/validate_ci_marklog.py --guids
rm mark.log
@@ -96,7 +96,7 @@ jobs:
run: |
mv test/ci_locations.env .env
python main.py
python test/validate_ci_marklog.py --dry
python test/validate_ci_marklog.py --locations
rm mark.log