Add python test step

This commit is contained in:
Ben V. Brown
2021-03-21 20:53:04 +11:00
parent 86d9431cbf
commit fd504fa30a
2 changed files with 15 additions and 1 deletions

View File

@@ -47,6 +47,17 @@ jobs:
source/Hexfile/LICENSE_RELEASE.md
if-no-files-found: error
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup
run: sudo apt-get update && sudo apt-get install -y python3
- name: Run python tests
run: cd Translations && ./make_translation_test.py
check_formatting:
runs-on: ubuntu-20.04