diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6cbee85c..68bffc4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --rerun-triggers=mtime snakemake -call all --configfile config/test/config.overnight.yaml --rerun-triggers=mtime snakemake -call all --configfile config/test/config.myopic.yaml --rerun-triggers=mtime - snakemake -call solve_elec_networks --configfile config/test/config.scenarios.electricity.yaml + snakemake -call solve_elec_networks --configfile config/test/config.scenarios.electricity.yaml -n - name: Upload artifacts uses: actions/upload-artifact@v3