diff --git a/tests/yaml_samples/copy_files_1.kibot.yaml b/tests/yaml_samples/copy_files_1.kibot.yaml index 7612f013..fe7ddca6 100644 --- a/tests/yaml_samples/copy_files_1.kibot.yaml +++ b/tests/yaml_samples/copy_files_1.kibot.yaml @@ -6,6 +6,7 @@ global: environment: # Relative to the PCB file models_3d: '../../data/metrico/' + define_old: true aliases_for_3d_models: - name: ALIAS1 value: '3d/1' diff --git a/tests/yaml_samples/copy_files_2.kibot.yaml b/tests/yaml_samples/copy_files_2.kibot.yaml index 2d2366fb..7f8a9e6f 100644 --- a/tests/yaml_samples/copy_files_2.kibot.yaml +++ b/tests/yaml_samples/copy_files_2.kibot.yaml @@ -6,6 +6,7 @@ global: environment: # Relative to the PCB file models_3d: '../../data/metrico/' + define_old: true aliases_for_3d_models: - name: ALIAS1 value: '3d/1' @@ -34,3 +35,10 @@ outputs: - source_type: 3d_models dest: 3d_models+ save_pcb: true + + - name: compressed + type: compress + options: + format: ZIP + files: + - from_output: result