Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/959173 )

Change subject: [tests] Fix task ids
......................................................................

[tests] Fix task ids

Change-Id: I78d41f0b36d9bf0c9976d00505116e895114f820
---
M .github/workflows/write_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
2 files 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 0442e81..48650e4 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -156,7 +156,7 @@

     - name: Test with unittest without coverage due to T346862
       if: ${{ matrix.python-version == '3.13-dev' }}
-      id: ci_test
+      id: ci_test_no_cover
       continue-on-error: true
       timeout-minutes: 90
       env:
diff --git a/.github/workflows/write_tests-ci.yml 
b/.github/workflows/write_tests-ci.yml
index 582ee6f..34a2f56 100644
--- a/.github/workflows/write_tests-ci.yml
+++ b/.github/workflows/write_tests-ci.yml
@@ -78,7 +78,7 @@
 
     - name: Write test with pytest without coverage due to T346862
       if: ${{ matrix.python-version == '3.13-dev' }}
-      id: ci_test
+      id: ci_test_no_cover
       continue-on-error: true
       timeout-minutes: 90
       env:

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/959173
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I78d41f0b36d9bf0c9976d00505116e895114f820
Gerrit-Change-Number: 959173
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to