Skip to content

Commit 101df33

Browse files
fix action
1 parent 8e7231c commit 101df33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
run: |
5858
cd tests
5959
yarn install --frozen-lockfile
60-
60+
6161
- name: Initialize Android Folder
62-
run: mkdir ~/.android/avd
62+
run: mkdir -p ~/.android/avd
6363

6464
- name: create AVD and generate snapshot for caching
6565
if: steps.avd-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)