Skip to content

Commit

Permalink
ci(e2e): remove invalid working-directory from build apk step
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanchal committed Aug 21, 2023
1 parent 99a72c9 commit 47c0da5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
echo 'DEBUG_ACCOUNT_PASSWORD=${{ secrets.DEBUG_ACCOUNT_PASSWORD }}' >> ${{ env.ENV_VAR_FILE_NAME }}
- name: Build apk for emulator
working-directory: android
run: |
./gradlew assembleDebug --no-daemon -PreactNativeArchitectures=${{ env.ANDROID_ARCH }}
Expand Down

0 comments on commit 47c0da5

Please sign in to comment.