Skip to content

Commit

Permalink
Let docker be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O authored Aug 12, 2023
1 parent 8828e09 commit 2a69e0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
- uses: actions/checkout@v2
- name: Docker build
run: docker build --tag=kivy/buildozer .
- name: Docker run
run: docker run kivy/buildozer --version
- name: Docker requirements
run: docker run pip install -U tox>=2.0
- name: Docker Tests
run: docker run tox

0 comments on commit 2a69e0d

Please sign in to comment.