Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Jan 27, 2025
1 parent 8e7231c commit 101df33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 101df33

Please sign in to comment.