mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-03 19:09:32 +00:00
Support running multiple actions sequentially in a single job.
This commit is contained in:
@@ -10,6 +10,8 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
JAVA_TOOL_OPTIONS: -Xmx4g
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -49,9 +51,6 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 14
|
||||
- name: Clean cache
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: mv ~/.gradle/caches ~/.gradle/.invalid_caches
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.gradle/caches
|
||||
|
||||
Reference in New Issue
Block a user