mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-13 20:06:54 +00:00
templating in uses does not work
This commit is contained in:
7
.github/workflows/run-test.yml
vendored
7
.github/workflows/run-test.yml
vendored
@@ -25,13 +25,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: daveol/SampleApplication
|
repository: daveol/SampleApplication
|
||||||
|
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
path: ../setup-android
|
||||||
|
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: ${{ github.repository }}@${{ github.ref }}
|
id: 'setup-android'
|
||||||
|
uses: ../setup-android
|
||||||
|
|
||||||
- name: Build SampleApplication
|
- name: Build SampleApplication
|
||||||
if: runner.os != 'windows'
|
if: runner.os != 'windows'
|
||||||
|
|||||||
Reference in New Issue
Block a user