Skip to content

Commit

Permalink
-added minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlitvinov committed Aug 11, 2024
1 parent e4faea0 commit a979621
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/uitests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ jobs:
runs-on: ${{ github.event.inputs.runner || 'autotestdebug' }}
timeout-minutes: 30
steps:
- name: Print Env Variables
run: env
working-directory: ${{ github.workspace }}

- name: checkout source code of application
uses: actions/checkout@v4
with:
clean: true
path: 'appodeal-android-sdk'

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down Expand Up @@ -56,7 +61,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: banner-debug.apk
path: banner/build/outputs/apk/debug/banner-debug.apk
path: appodeal-android-sdk/banner/build/outputs/apk/debug/banner-debug.apk
retention-days: 14


Expand All @@ -66,12 +71,17 @@ jobs:
runs-on: ${{ github.event.inputs.runner || 'autotestdebug' }}
timeout-minutes: 30
steps:
- name: Print Env Variables
run: env
working-directory: ${{ github.workspace }}

- name: checkout source code of application
uses: actions/checkout@v4
with:
path: 'SDK-Auto-Test'
clean: true
repository: 'appodeal/SDK-Auto-Test'
ref: 'aws'
token: ${{ secrets.UITESTREPOACCESS }}

- name: Set up JDK 11
Expand Down

0 comments on commit a979621

Please sign in to comment.