Skip to content

Commit c6b861c

Browse files
authored
Update integration-tests in pixi.toml to be de specific
1 parent 9edd96f commit c6b861c

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

pixi.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,11 @@ tsam = ">=2.3.1"
136136
[feature.test.tasks]
137137

138138
integration-tests = """
139-
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml &&
140-
snakemake -call --configfile config/test/config.overnight.yaml &&
141-
snakemake -call --configfile config/test/config.myopic.yaml &&
142-
snakemake -call resources/test-elec-clusters/networks/base_s_adm.nc --configfile config/test/config.clusters.yaml &&
143-
snakemake -call --configfile config/test/config.scenarios.yaml -n &&
144-
snakemake -call plot_power_networks_clustered --configfile config/test/config.tyndp.yaml &&
145-
echo "All tests completed successfully."
139+
echo "Build scenarios..."
140+
snakemake -call build_scenarios
141+
echo "Run DACH config..."
142+
snakemake -call ariadne_all --until export_ariadne_variables --configfile=config/test/config.dach.yaml
143+
echo "All tests completed successfully."
146144
"""
147145
clean-tests = """
148146
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --delete-all-output ;

0 commit comments

Comments
 (0)