mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
yet another test
This commit is contained in:
parent
ac6035b2b4
commit
023a8c2e99
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-test.yml
vendored
4
.github/workflows/run-test.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: ../setup-android-action/
|
||||
path: ./build/
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Setup Android SDK
|
||||
id: 'setup-android'
|
||||
uses: ./../setup-android-action/
|
||||
uses: ./build/
|
||||
|
||||
- name: Build SampleApplication
|
||||
if: runner.os != 'windows'
|
||||
|
|
Loading…
Reference in a new issue