From 101df3393a15cd329624bfe9a3b07af745824ecc Mon Sep 17 00:00:00 2001 From: stevensJourney Date: Mon, 27 Jan 2025 10:50:48 +0200 Subject: [PATCH] fix action --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 07a4d97..f4076a9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -57,9 +57,9 @@ jobs: run: | cd tests yarn install --frozen-lockfile - + - name: Initialize Android Folder - run: mkdir ~/.android/avd + run: mkdir -p ~/.android/avd - name: create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true'