mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update push.yml
This commit is contained in:
12
.github/workflows/push.yml
vendored
12
.github/workflows/push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user