This commit is contained in:
Ben V. Brown
2021-03-21 20:54:53 +11:00
parent c2e4ee6e51
commit a87fd69e69

View File

@@ -56,7 +56,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y python3
- name: Run python tests
run: cd Translations && ./make_translation_test.py
run: cd Translations && chmod +x make_translation_test.py && ./make_translation_test.py
check_formatting:
runs-on: ubuntu-20.04