Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update emcee-cloud cli to 0.1.0 #3

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```
Loading