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@203db24)
  • Loading branch information
lens0021 committed Jun 13, 2021
1 parent 0dfe376 commit 5916883
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
steps:
- uses: actions/checkout@v2

# /home/runner/cache/ Cache
# /home/runner/src/ Mediawiki installation
# /home/runner/src/extensions/EXTENSION_NAME/ Clone of the extension repository
# /home/runner/docker-images/ Docker images which exported with docker-save command
# $GITHUB_WORKSPACE/.github/workflows/.test-env Used by actions/cache
# /home/runner/cache/ Cache
# /home/runner/src/ Mediawiki installation
# /home/runner/src/extensions/EXTENSION_NAME/ Clone of the extension repository
# /home/runner/docker-images/ Docker images which exported with docker-save command
# $GITHUB_WORKSPACE/.github/workflows/dependencies Used by actions/cache
- name: Set up
run: |
# Export the target version of MediaWiki
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: actions/cache@v2
with:
path: /home/runner/src
key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('.github/workflows/.test-env') }}
key: ${{ runner.os }}-${{ env.MEDIAWIKI_VERSION }}-${{ hashFiles('.github/workflows/dependencies') }}
- name: Download MediaWiki and extensions
run: |
cd /home/runner
Expand Down

0 comments on commit 5916883

Please sign in to comment.