mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-27 17:50:38 +00:00
parent
f0a4304436
commit
55188f48b2
6
.github/workflows/mediawiki-tests.yml
vendored
6
.github/workflows/mediawiki-tests.yml
vendored
|
@ -160,7 +160,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Cache docker image
|
- name: Cache docker image
|
||||||
uses: actions/cache@v3.0.10
|
uses: actions/cache@v3.0.11
|
||||||
with:
|
with:
|
||||||
path: /home/runner/docker-images/${{ env.DOCKER_IMAGE }}
|
path: /home/runner/docker-images/${{ env.DOCKER_IMAGE }}
|
||||||
key: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_LATEST_TAG }}
|
key: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_LATEST_TAG }}
|
||||||
|
@ -172,7 +172,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache quibble docker image
|
- name: Cache quibble docker image
|
||||||
if: ${{ matrix.stage == 'coverage' || matrix.stage == 'phan' }}
|
if: ${{ matrix.stage == 'coverage' || matrix.stage == 'phan' }}
|
||||||
uses: actions/cache@v3.0.10
|
uses: actions/cache@v3.0.11
|
||||||
with:
|
with:
|
||||||
path: /home/runner/docker-images/${{ env.QUIBBLE_DOCKER_IMAGE }}
|
path: /home/runner/docker-images/${{ env.QUIBBLE_DOCKER_IMAGE }}
|
||||||
key: ${{ env.QUIBBLE_DOCKER_IMAGE }}:${{ env.QUIBBLE_DOCKER_LATEST_TAG }}
|
key: ${{ env.QUIBBLE_DOCKER_IMAGE }}:${{ env.QUIBBLE_DOCKER_LATEST_TAG }}
|
||||||
|
@ -208,7 +208,7 @@ jobs:
|
||||||
git -C src/ log -n 1 --format="%H"
|
git -C src/ log -n 1 --format="%H"
|
||||||
|
|
||||||
- name: Cache dependencies (composer and npm)
|
- name: Cache dependencies (composer and npm)
|
||||||
uses: actions/cache@v3.0.10
|
uses: actions/cache@v3.0.11
|
||||||
with:
|
with:
|
||||||
path: /home/runner/cache
|
path: /home/runner/cache
|
||||||
key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('**/*.lock') }}
|
key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('**/*.lock') }}
|
||||||
|
|
Loading…
Reference in a new issue