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

add dockerfile with emcee-cloud cli #1

Merged
merged 1 commit into from
Jul 29, 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
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

15 changes: 0 additions & 15 deletions .eslintrc.json

This file was deleted.

85 changes: 0 additions & 85 deletions .github/linters/.eslintrc.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/linters/tsconfig.json

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/check-dist.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/ci.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/linter.yml

This file was deleted.

30 changes: 30 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Test action

on:
pull_request:
branches:
- main
push:
branches-ignore:
- main

jobs:
test-action:
runs-on: ubuntu-latest
name: test-action
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run tests
id: emcee
uses: ./
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
reports: allure
- name: Check outputs
run: echo "Reports ${{ steps.emcee.outputs.reports_path }}"
32 changes: 0 additions & 32 deletions .github/workflows/tetst-e-action.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .prettierignore

This file was deleted.

Loading