Skip to content

Commit 47c0da5

Browse files
committed
ci(e2e): remove invalid working-directory from build apk step
1 parent 99a72c9 commit 47c0da5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
echo 'DEBUG_ACCOUNT_PASSWORD=${{ secrets.DEBUG_ACCOUNT_PASSWORD }}' >> ${{ env.ENV_VAR_FILE_NAME }}
6060
6161
- name: Build apk for emulator
62-
working-directory: android
6362
run: |
6463
./gradlew assembleDebug --no-daemon -PreactNativeArchitectures=${{ env.ANDROID_ARCH }}
6564

0 commit comments

Comments
 (0)