Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/913652 )
Change subject: [tests] remove write-test from pywikibot-ci.yml ......................................................................
[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(-)
Approvals: Xqt: Verified; Looks good to me, approved
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
pywikibot-commits@lists.wikimedia.org