Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1200316?usp=email )
Change subject: tests: temporary let beta-tests fail on github ......................................................................
tests: temporary let beta-tests fail on github
Change-Id: Id5143b8f9e0b2f735760321962c98129bf24be9c --- M .github/workflows/oauth_tests-ci.yml 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml index 3a05759..2f880af 100644 --- a/.github/workflows/oauth_tests-ci.yml +++ b/.github/workflows/oauth_tests-ci.yml @@ -31,10 +31,12 @@ family: wpbeta code: en domain: en.wikipedia.beta.wmcloud.org + experimental: true - python-version: '3.8' family: wpbeta code: zh domain: zh.wikipedia.beta.wmcloud.org + experimental: true steps: - name: Checkout Repository uses: actions/checkout@v5
pywikibot-commits@lists.wikimedia.org