Alpine for compression testing
This commit is contained in:
10
.github/workflows/push.yml
vendored
10
.github/workflows/push.yml
vendored
@@ -82,13 +82,19 @@ jobs:
|
|||||||
|
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
container:
|
||||||
|
image: alpine:3.15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: deps
|
||||||
|
run: apk add --no-cache python3 py3-pip make git bash findutils gcc musl-dev
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Setup
|
- name: install black
|
||||||
run: sudo apt-get update && sudo apt-get install -y python3 && pip3 install bdflib
|
run: python3 -m pip 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
|
||||||
|
|||||||
Reference in New Issue
Block a user