Skip to content

Commit

Permalink
Remove selenium and qunit tests (#42)
Browse files Browse the repository at this point in the history
Don't seem to provide much value and in selenium's case often has false positive failures
  • Loading branch information
Universal-Omega authored Jan 20, 2024
1 parent 6789466 commit 70aeb04
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/mediawiki-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,42 +222,6 @@ jobs:
--run "phpunit" \
$DEPENDENCIES
- name: Run selenium tests
continue-on-error: ${{ inputs.experimental }}
run: |
cd /home/runner
# See https://doc.wikimedia.org/quibble/index.html#remove-localsettings-php-between-runs
rm "$(pwd)"/src/LocalSettings.php || true
# selenium
docker run \
--entrypoint quibble-with-supervisord \
-e ZUUL_PROJECT=mediawiki/extensions/"${{ github.event.repository.name }}" \
-v "$(pwd)"/cache:/cache \
-v "$(pwd)"/src:/workspace/src \
"${DOCKER_REGISTRY}/${DOCKER_ORG}/${QUIBBLE_DOCKER_IMAGE}:${QUIBBLE_DOCKER_LATEST_TAG}" \
--skip-zuul \
--packages-source composer \
--run "selenium" \
$DEPENDENCIES
- name: Run qunit tests
continue-on-error: ${{ inputs.experimental }}
run: |
cd /home/runner
# See https://doc.wikimedia.org/quibble/index.html#remove-localsettings-php-between-runs
rm "$(pwd)"/src/LocalSettings.php || true
# qunit
docker run \
--entrypoint quibble-with-supervisord \
-e ZUUL_PROJECT=mediawiki/extensions/"${{ github.event.repository.name }}" \
-v "$(pwd)"/cache:/cache \
-v "$(pwd)"/src:/workspace/src \
"${DOCKER_REGISTRY}/${DOCKER_ORG}/${QUIBBLE_DOCKER_IMAGE}:${QUIBBLE_DOCKER_LATEST_TAG}" \
--skip-zuul \
--packages-source composer \
--run "qunit" \
$DEPENDENCIES
- name: Run npm-test
continue-on-error: ${{ inputs.experimental }}
run: |
Expand Down

0 comments on commit 70aeb04

Please sign in to comment.