From 3106eef244d74dc9c077654832815f2645b932e7 Mon Sep 17 00:00:00 2001 From: Quinten Van Assche Date: Mon, 19 Sep 2022 16:48:57 +0200 Subject: [PATCH] feat: or-1210 fix cache paket for atlassian --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39b0ef1ef..829106460 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -255,6 +255,16 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 + - name: Cache Paket + uses: actions/cache@v3 + env: + cache-name: cache-paket + with: + path: packages + key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('paket.lock') }} + restore-keys: | + ${{ runner.os }}-build-${{ env.cache-name }}- + - name: Publish to Confluence if: env.RELEASE_VERSION != 'none' shell: bash @@ -296,6 +306,7 @@ jobs: uses: actions/download-artifact@v3 with: name: acm-api + path: ~/ - name: Print ls shell: bash @@ -309,6 +320,7 @@ jobs: uses: actions/download-artifact@v3 with: name: public-api + path: ~/ - name: Load Public Api image shell: bash