Skip to content

Commit

Permalink
Merge pull request #8 from lilinor/integration/add-githubaction
Browse files Browse the repository at this point in the history
Update github action saas ci.yml
  • Loading branch information
thomascarpentier committed Dec 14, 2023
2 parents cd74485 + b0435a7 commit ff4a0ee
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
on: [push]
on: [push, fork]

jobs:
Espresso:
runs-on: ubuntu-latest
strategy:
matrix:
recipe_uuid:
- ea5fda48-fa8b-48c1-8acc-07d910856141 # android 8.1
- e104f058-b291-4764-8e0d-d9ff78a41192 # Android 11
- 70eaaf75-bd9a-406d-9f01-682a5d400c6e # Android 10
name: Run Espresso Tests
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.9.1"
architecture: "x64"
python-version: "3.10.11"

- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: "17"
distribution: "temurin"

- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: Genymotion
uses: genymobile/genymotion-saas-github-action@v0.1
uses: genymobile/genymotion-saas-github-action@v0.4
with:
email: ${{ secrets.GMSAAS_EMAIL }}
password: ${{ secrets.GMSAAS_PASSWORD }}
Expand Down

0 comments on commit ff4a0ee

Please sign in to comment.