Skip to content

Commit

Permalink
WIP: Migrate admin-tests to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Aug 13, 2024
1 parent e76017f commit 557f30a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ jobs:
cd journalist_gui
source .venv/bin/activate
QT_QPA_PLATFORM=offscreen python3 test_gui.py -v
admin-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
make -C admin test

0 comments on commit 557f30a

Please sign in to comment.