Skip to content

Commit

Permalink
Add missing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanken committed Jul 21, 2024
1 parent dc29f50 commit 57979d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

jobs:
build:
test:
runs-on: ubuntu-22.04
steps:
- name: Install gobject-introspection dep for meson build of pygobject
Expand Down Expand Up @@ -44,4 +44,10 @@ jobs:
run: poetry install --no-interaction --no-root

- name: Run tests
env:
TWI_KEY: ${{ secrets.TWI_KEY }}
PYWIKIBOT_DIR: ${{ secrets.PYWIKIBOT_DIR }}
PYWIKIBOT_USER: ${{ secrets.PYWIKIBOT_USER }}
PYWIKIBOT_BOT_NAME : ${{ secrets.PYWIKIBOT_BOT_NAME }}
PYWIKIBOT_PASS: ${{ secrets.PYWIKIBOT_PASS }}
run: poetry run pytest

0 comments on commit 57979d2

Please sign in to comment.