Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple actions sequentially in a single job #73

Closed
ychescale9 opened this issue Jun 15, 2020 · 0 comments · Fixed by #74
Closed

Support multiple actions sequentially in a single job #73

ychescale9 opened this issue Jun 15, 2020 · 0 comments · Fixed by #74
Assignees
Labels
bug Something isn't working

Comments

@ychescale9
Copy link
Member

ychescale9 commented Jun 15, 2020

In some cases users might do the following:

- name: test on API 21
  uses: reactivecircus/android-emulator-runner@v2
  with:
    api-level: 21
    script: ./gradlew connectedCheck
- name: test on API 24
  uses: reactivecircus/android-emulator-runner@v2
  with:
    api-level: 24
    script: ./gradlew connectedCheck
- name: test on API 26
  uses: reactivecircus/android-emulator-runner@v2
  with:
    api-level: 26
    script: ./gradlew connectedCheck
- name: test on API 30
  uses: reactivecircus/android-emulator-runner@v2
  with:
    api-level: 30
    script: ./gradlew connectedCheck

This current fails starting from the second job due to some of the operations not being idempotent.

@ychescale9 ychescale9 self-assigned this Jun 15, 2020
@ychescale9 ychescale9 added the bug Something isn't working label Jun 15, 2020
@ychescale9 ychescale9 changed the title Support multiple sequential jobs in a single build Support multiple actions sequentially in a single job Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant