upload resources and results as artifacts

This commit is contained in:
Fabian Neumann 2023-03-08 20:06:18 +01:00
parent d32de1629a
commit fe43246522

View File

@ -105,3 +105,13 @@ jobs:
snakemake -call solve_all_elec_networks --configfile test/config.test1.yaml
snakemake -call all --configfile test/config.overnight.yaml
snakemake -call all --configfile test/config.myopic.yaml
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: resources-results
path: |
resources
results
if-no-files-found: warn
retention-days: 1