From 533696e34d073ea9038e78931a5dda4809c919c8 Mon Sep 17 00:00:00 2001 From: steven Date: Fri, 31 Mar 2023 22:03:42 +0800 Subject: [PATCH] feat: fix --- .github/workflows/e2e_android.yml | 46 +++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/e2e_android.yml b/.github/workflows/e2e_android.yml index 547df82..e9b044a 100644 --- a/.github/workflows/e2e_android.yml +++ b/.github/workflows/e2e_android.yml @@ -8,33 +8,33 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - # - name: Setup Node.js - # uses: actions/setup-node@v3 - # with: - # cache: yarn - # node-version-file: .nvmrc + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + cache: yarn + node-version-file: .nvmrc - # - name: Install Yarn dependencies - # run: yarn --frozen-lockfile --prefer-offline + - name: Install Yarn dependencies + run: yarn --frozen-lockfile --prefer-offline - # - name: Setup Java - # uses: actions/setup-java@v3 - # with: - # cache: gradle - # distribution: temurin - # java-version: 17 + - name: Setup Java + uses: actions/setup-java@v3 + with: + cache: gradle + distribution: temurin + java-version: 17 - # - name: Cache Detox build - # id: cache-detox-build - # uses: actions/cache@v3 - # with: - # path: android/app/build - # key: ${{ runner.os }}-detox-build - # restore-keys: | - # ${{ runner.os }}-detox-build + - name: Cache Detox build + id: cache-detox-build + uses: actions/cache@v3 + with: + path: android/app/build + key: ${{ runner.os }}-detox-build + restore-keys: | + ${{ runner.os }}-detox-build - # - name: Detox build - # run: yarn build:android-debug + - name: Detox build + run: yarn build:android-debug - name: Get device name id: device