Skip to content

Commit

Permalink
add dockerfile with emcee-cloud cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Prokop committed Jul 25, 2024
1 parent 1d81b5f commit 102a175
Show file tree
Hide file tree
Showing 39 changed files with 121 additions and 11,488 deletions.
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/tetst-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: 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

0 comments on commit 102a175

Please sign in to comment.