aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2022-02-05 13:36:43 +1100
committerBen V. Brown <[email protected]>2022-02-05 13:49:38 +1100
commitab6b07e4224a0872b915ec0400f9b8986c3406a3 (patch)
tree75e793373797026c31e1a8caf2a828c987ef1a17 /.github
parent6b3ba372436e0d481c9a636924911319853b69a2 (diff)
downloadIronOS-ab6b07e4224a0872b915ec0400f9b8986c3406a3.tar.gz
IronOS-ab6b07e4224a0872b915ec0400f9b8986c3406a3.zip
Alpine for compression testing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index b37f397d..6c1e45b1 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -82,13 +82,19 @@ jobs:
tests:
runs-on: ubuntu-20.04
+ container:
+ image: alpine:3.15
+
steps:
+ - name: deps
+ run: apk add --no-cache python3 py3-pip make git bash findutils gcc musl-dev
+
- uses: actions/checkout@v2
with:
submodules: true
- - name: Setup
- run: sudo apt-get update && sudo apt-get install -y python3 && pip3 install bdflib
+ - name: install black
+ run: python3 -m pip install bdflib
- name: Run python tests
run: cd Translations && chmod +x make_translation_test.py && ./make_translation_test.py