mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Add bdflib to CI tests
This commit is contained in:
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@@ -54,10 +54,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: sudo apt-get update && sudo apt-get install -y python3
|
run: sudo apt-get update && sudo apt-get install -y python3 && pip3 install bdflib
|
||||||
|
|
||||||
- name: Run python tests
|
- name: Run python tests
|
||||||
run: cd Translations && chmod +x make_translation_test.py && ./make_translation_test.py
|
run: cd Translations && chmod +x make_translation_test.py && ./make_translation_test.py
|
||||||
|
|
||||||
check_formatting:
|
check_formatting:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|||||||
Reference in New Issue
Block a user