Skip to content

Commit

Permalink
Update mediawiki-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 20, 2022
1 parent 9cfdac2 commit 6d2b9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mediawiki-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ jobs:
# Composer install
if [ "${{ matrix.stage }}" == 'phan' ] || [ "${{ matrix.stage }}" == 'coverage' ]; then
docker run \
--entrypoint quibble-with-apache \
-e ZUUL_PROJECT=mediawiki/extensions/"${{ github.event.repository.name }}" \
-v "$(pwd)"/cache:/cache \
-v "$(pwd)"/src:/workspace/src \
Expand All @@ -399,6 +398,7 @@ jobs:
--color
elif [ "${{ matrix.stage }}" == 'coverage' ] && [ -d src/extensions/"${{ github.event.repository.name }}"/tests/phpunit ]; then
docker run \
--entrypoint quibble-with-apache \
-e ZUUL_PROJECT=mediawiki/extensions/"${{ github.event.repository.name }}" \
-v "$(pwd)"/cache:/cache \
-v "$(pwd)"/src:/workspace/src \
Expand Down

0 comments on commit 6d2b9cb

Please sign in to comment.