Skip to content
Snippets Groups Projects
Commit a85ec44e authored by Krisjanis Rijnieks's avatar Krisjanis Rijnieks :lion_face:
Browse files

Make allow failure tests fail

parent aa813d7b
No related branches found
No related tags found
No related merge requests found
Pipeline #534317 passed with warnings
......@@ -23,6 +23,7 @@ test_footprints:
allow_failure: true
script:
- echo "Do we have footprints for all symbols?"
- exit 1
test_3dmodels:
stage: stage_test_3dmodels
......@@ -30,3 +31,4 @@ test_3dmodels:
allow_failure: true
script:
- echo "Do we have 3D models for all footprints?"
- exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment