Skip to content

Commit

Permalink
[tests] enable write tests for wikipedia:test and beta wikis
Browse files Browse the repository at this point in the history
Change-Id: I0a88e16cc064871ead2117a441e925504415fa54
  • Loading branch information
xqt committed Jul 29, 2024
1 parent 8090c69 commit 1b65cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oauth_tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Oauth tests with unittest
timeout-minutes: 2
env:
PYWIKIBOT_TEST_WRITE: ${{ matrix.domain == 'test.wikipedia.org' && 1 || 0}}
PYWIKIBOT_TEST_WRITE: 1
PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}', steps.token.outputs.uppercase)] }}
PYWIKIBOT_TEST_MODULES: file,oauth
run: |
Expand Down

0 comments on commit 1b65cef

Please sign in to comment.