Skip to content

Commit

Permalink
feat: or-1210 fix cache paket for atlassian
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenGreenstack committed Sep 19, 2022
1 parent 9422b93 commit 3106eef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -296,6 +306,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: acm-api
path: ~/

- name: Print ls
shell: bash
Expand All @@ -309,6 +320,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: public-api
path: ~/

- name: Load Public Api image
shell: bash
Expand Down

0 comments on commit 3106eef

Please sign in to comment.