Skip to content

Commit

Permalink
Python tests are now run by GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JWahle committed Feb 6, 2022
1 parent 97528d7 commit e9488b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
needs: build_fe
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2.3.2
- name: Run python tests
run: python3 -m unittest discover -p "*_test.py"
- name: Download frontend
uses: actions/download-artifact@v2
- name: Upload all
Expand Down

0 comments on commit e9488b7

Please sign in to comment.