Skip to content

Commit

Permalink
try building for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
radeva committed Feb 28, 2024
1 parent 10c1964 commit a599259
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ jobs:
run: |
set -o pipefail
npx react-native build-ios
- name: Build Android
working-directory: ios
run: |
set -o pipefail
npx react-native build-android

0 comments on commit a599259

Please sign in to comment.