Update push.yml

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

View File

@@ -49,14 +49,14 @@ jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
steps:
- uses: actions/checkout@v2
- name: Setup
run: sudo apt-get update && sudo apt-get install -y python3
- name: Setup
run: sudo apt-get update && sudo apt-get install -y python3
- name: Run python tests
run: cd Translations && ./make_translation_test.py
- name: Run python tests
run: cd Translations && ./make_translation_test.py
check_formatting:
runs-on: ubuntu-20.04