Skip to content

Commit

Permalink
update emcee-cloud cli to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Prokop committed Dec 12, 2024
1 parent 4a2f54e commit 40019f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 40019f0

Please sign in to comment.