Skip to content

Commit

Permalink
Use published emulator action v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed Dec 13, 2019
1 parent aa55c9b commit d4e556b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
with:
args: "./gradlew testDebug jacocoTestReport checkstyle pmd jdepend lintDebug buildDashboard -PpreDexEnable=false"
- name: Run UI Tests
uses: vgaidarji/android-github-actions/emulator@v1.0.1
uses: vgaidarji/android-github-actions-emulator@v1.0.1
env:
FABRIC_API_KEY: ${{ secrets.FABRIC_API_KEY }}
FABRIC_API_SECRET: ${{ secrets.FABRIC_API_SECRET }}
with:
args: "./gradlew testDebug jacocoTestReport checkstyle pmd jdepend lintDebug buildDashboard -PpreDexEnable=false"
- name: Distribute
uses: vgaidarji/android-github-actions-build@v1.0.1
env:
Expand Down

0 comments on commit d4e556b

Please sign in to comment.