From fe4324652297582954ce1ae172209b93211eef3a Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 8 Mar 2023 20:06:18 +0100 Subject: [PATCH] upload resources and results as artifacts --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b737c119..4a2a7ce3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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