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'