Skip to content

Commit

Permalink
fix(gha/tests): fixed cache folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
bleybaert committed May 29, 2024
1 parent 6ecdc8f commit 9d71acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
sudo apt-get install -qq -y libreoffice libreoffice-script-provider-python
sudo apt-get autoremove -qq -y
sudo apt-get autoclean -qq -y
mkdir -p buildout-cache/{eggs,downloads}
mkdir -p download-cache/{eggs,downloads}
pip install -r requirements.txt
- name: Cache eggs
uses: actions/cache@v2
env:
cache-name: cache-eggs
with:
path: ~/buildout-cache/eggs
path: ~/download-cache/eggs
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.PLONE_VERSION }}
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.PLONE_VERSION }}
- name: buildout
Expand Down

0 comments on commit 9d71acf

Please sign in to comment.