Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] remove write-test from pywikibot-ci.yml

write test will be runned in its own action because there are too many failures

Change-Id: If6760c4cf05a40d6e11f49fb2339a24a13d7e839
---
M .github/workflows/pywikibot-ci.yml
1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index 7c8a8f0..215613d 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -33,7 +33,6 @@
# ubuntu-20.04 required for Python 3.6
- python-version: 3.7
site: wikipedia:test
- write-test: true
experimental: true
- python-version: 3.6
site: False
@@ -128,7 +127,6 @@
PYWIKIBOT_TEST_NO_RC:
${{ (matrix.site == 'wikisource:zh' || matrix.test_no_rc) && 1 || 0 }}
PYWIKIBOT_TEST_PROD_ONLY: ${{ matrix.test_prod_only && 1 || 0 }}
- PYWIKIBOT_TEST_WRITE: ${{ (matrix.site == 'wikipedia:test' && matrix.write-test ) && 1 || 0}}
run: |
python pwb.py version
if [ ${{matrix.site || 0}} != 'wikipedia:test' ]; then

To view, visit change 913652. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If6760c4cf05a40d6e11f49fb2339a24a13d7e839
Gerrit-Change-Number: 913652
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged