From 40019f075f4ae32ace4203155d4595e9e75dc47e Mon Sep 17 00:00:00 2001 From: Dmitriy Prokop Date: Thu, 12 Dec 2024 12:06:54 +0300 Subject: [PATCH] update emcee-cloud cli to 0.1.0 --- .github/workflows/test-action.yml | 2 +- Dockerfile | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 2a0f4f2..511333d 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -24,7 +24,7 @@ jobs: app_path: https://emcee.cloud/api/v1/file/download/0786d961-93cb-4dc7-a9d5-443bd8922788#cloud_sample-debug.apk tests_app_path: https://emcee.cloud/api/v1/file/download/944a149a-b197-45b6-9f08-bd60afcfa94e#cloud_sample-debug-androidTest.apk platform: android - device_os_version: 27 + device_os_version: 31 reports: allure - name: Check outputs run: echo "Reports ${{ steps.emcee.outputs.reports_path }}" diff --git a/Dockerfile b/Dockerfile index de540d0..37f7f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM avitotech/emcee-cloud-cli:0.0.2 +FROM avitotech/emcee-cloud-cli:0.1.0 COPY action_entrypoint.sh /action_entrypoint.sh RUN chmod 0755 /action_entrypoint.sh diff --git a/README.md b/README.md index 2c81870..ca8c8eb 100644 --- a/README.md +++ b/README.md @@ -82,12 +82,12 @@ The directory into which reports were saved ## Example usage ```yaml - uses: avito-tech/Emcee.cloud.action@v0.0.2 + uses: avito-tech/Emcee.cloud.action@v0.1.0 with: emcee_token: ${{ secrets.EMCEE_TOKEN }} app_path: https://emcee.cloud/api/v1/file/download/0786d961-93cb-4dc7-a9d5-443bd8922788#cloud_sample-debug.apk tests_app_path: https://emcee.cloud/api/v1/file/download/944a149a-b197-45b6-9f08-bd60afcfa94e#cloud_sample-debug-androidTest.apk platform: android - device_os_version: 27 + device_os_version: 31 reports: allure ```