Skip to content

Commit 15b702b

Browse files
Fix trace file name in pipeline
Signed-off-by: ClemensLinnhoff <[email protected]>
1 parent c7ea63e commit 15b702b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
run: |
7979
source .venv/bin/activate
8080
pip install .
81-
osivalidator --data data/20240604T065310Z_sv_370_244_20_generic_valid_sensor_view.osi -r rules
82-
osivalidator --data data/20240604T065310Z_sv_370_244_20_generic_valid_sensor_view.osi -r rules --parallel
81+
osivalidator --data data/20240618T122540Z_sv_370_244_20_minimal_valid_example.osi -r rules
82+
osivalidator --data data/20240618T122540Z_sv_370_244_20_minimal_valid_example.osi -r rules --parallel

0 commit comments

Comments
 (0)