-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup and unify monorepo testing (#40)
* Fix wikibase-api integration tests with Dockerfile * Use phpunit from the monorepo only This: - Removes phpunit commands from composer.json files of packages * Unify package compose scripts and require-devs the "test" command is always needed as CI runs this in each package. Thus the deps also need to be loaded in those packages..! * Don't add phpunit/phpunit in monorepo merge (It's already added from packages...) * Make phpunit commands run in the tests dir * Manually unify the integration test stuff * Fix tests/Integration -> tests/integration
- Loading branch information
addwiki-ci
committed
Feb 15, 2021
1 parent
3a75525
commit b76e292
Showing
19 changed files
with
34 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM mediawiki:1.35.1 | ||
|
||
RUN apt-get update && \ | ||
apt-get install --yes --no-install-recommends unzip=6.* jq=1.* curl=7.* ca-certificates=202* && \ | ||
apt-get clean && rm -rf /var/lib/apt/lists/* | ||
|
||
ADD https://raw.githubusercontent.com/wmde/wikibase-docker/262ffef7cc550381309c360e3e92507e85cd8bf6/wikibase/1.35/base/wait-for-it.sh / | ||
ADD build/ / | ||
|
||
RUN chmod +x /*.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.