Skip to content

Commit

Permalink
Update ".github/workflows/test.yml"
Browse files Browse the repository at this point in the history
from femiwiki/.github (femiwiki/.github@96dc010)
  • Loading branch information
lens0021 committed Jan 8, 2021
1 parent 169c76a commit 1fe980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if: ${{ matrix.stage == 'coverage' || matrix.stage == 'phan' }}
run: |
docker load -i /home/runner/docker-images/"${QUIBBLE_DOCKER_IMAGE}" || \
docker pull "${DOCKER_REGISTRY}/${DOCKER_ORG}/${QUIBBLE_DOCKER_IMAGE}:${DOCKER_LATEST_TAG}"
docker pull "${DOCKER_REGISTRY}/${DOCKER_ORG}/${QUIBBLE_DOCKER_IMAGE}:${QUIBBLE_DOCKER_LATEST_TAG}"
- name: Cache MediaWiki installation
uses: actions/cache@v2
Expand Down

0 comments on commit 1fe980a

Please sign in to comment.