mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-23 15:57:10 +00:00
parent
e5ca418763
commit
c91f700e6a
6
.github/workflows/mediawiki-tests.yml
vendored
6
.github/workflows/mediawiki-tests.yml
vendored
|
@ -167,7 +167,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Cache docker image
|
||||
uses: actions/cache@v3.2.3
|
||||
uses: actions/cache@v3.2.5
|
||||
with:
|
||||
path: /home/runner/docker-images/${{ env.DOCKER_IMAGE }}
|
||||
key: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_LATEST_TAG }}
|
||||
|
@ -179,7 +179,7 @@ jobs:
|
|||
|
||||
- name: Cache quibble docker image
|
||||
if: ${{ matrix.stage == 'coverage' || matrix.stage == 'phan' }}
|
||||
uses: actions/cache@v3.2.3
|
||||
uses: actions/cache@v3.2.5
|
||||
with:
|
||||
path: /home/runner/docker-images/${{ env.QUIBBLE_DOCKER_IMAGE }}
|
||||
key: ${{ env.QUIBBLE_DOCKER_IMAGE }}:${{ env.QUIBBLE_DOCKER_LATEST_TAG }}
|
||||
|
@ -215,7 +215,7 @@ jobs:
|
|||
git -C src/ log -n 1 --format="%H"
|
||||
|
||||
- name: Cache dependencies (composer and npm)
|
||||
uses: actions/cache@v3.2.3
|
||||
uses: actions/cache@v3.2.5
|
||||
with:
|
||||
path: /home/runner/cache
|
||||
key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('**/*.lock') }}
|
||||
|
|
Loading…
Reference in a new issue