mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-31 04:07:25 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5e31745bf | ||
|
|
64dc5076b7 | ||
|
|
a96247bd06 | ||
|
|
c9fba363db | ||
|
|
28478f3bce | ||
|
|
a043822b04 | ||
|
|
d173cf2ffa | ||
|
|
71da27e6ad | ||
|
|
2012d5e77d |
@@ -13,7 +13,7 @@ jobs:
|
|||||||
python-version: ["3.8"]
|
python-version: ["3.8"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Run unit-test
|
- name: Run unit-test
|
||||||
run: script -e -c "./app.sh test emulator test 11.0 && sudo mv tmp/* ."
|
run: script -e -c "./app.sh test emulator test 11.0 && sudo mv tmp/* ."
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
needs: run_test
|
needs: run_test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Get release version
|
- name: Get release version
|
||||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
android: ["9.0", "10.0", "11.0", "12.0", "13.0", "14.0"]
|
android: ["9.0", "10.0", "11.0", "12.0", "13.0", "14.0"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v4
|
uses: docker/setup-buildx-action@v4
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
needs: release_base
|
needs: release_base
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v4
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v4
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ jobs:
|
|||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.actor == 'budtmo'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.actor == 'budtmo'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v4
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
autopep8==2.3.2
|
autopep8==2.3.2
|
||||||
click==8.4.1
|
click==8.4.2
|
||||||
coverage==7.14.1
|
coverage==7.15.2
|
||||||
mock==5.2.0
|
mock==5.2.0
|
||||||
pytest==9.0.3
|
pytest==9.1.1
|
||||||
pytest-cov==7.1.0
|
pytest-cov==7.1.0
|
||||||
pytest-xdist==3.8.0
|
pytest-xdist==3.8.0
|
||||||
requests==2.34.2
|
requests==2.34.2
|
||||||
setuptools==82.0.1
|
setuptools==83.0.0
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM appium/appium:v3.4.2-p0
|
FROM appium/appium:v3.5.2-p0
|
||||||
|
|
||||||
ARG AUTHORS="Budi Utomo"
|
ARG AUTHORS="Budi Utomo"
|
||||||
LABEL author="${AUTHORS} <budtmo.os@gmail.com>"
|
LABEL author="${AUTHORS} <budtmo.os@gmail.com>"
|
||||||
|
|||||||
Reference in New Issue
Block a user