Skip to content

Commit

Permalink
Improve GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKypta committed Nov 1, 2024
1 parent ab7a28e commit e7e6d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: "Build Android"

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: "Build iOS"

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Prepare Wultra Repo Access
run: touch ~/.netrc && chmod 0600 ~/.netrc && echo -e "\nmachine wultra.jfrog.io\n login ${{ secrets.JFROG_USERNAME }}\n password ${{ secrets.JFROG_PASSWORD }}" >> ~/.netrc
- name: Install React Native CLI
run: yarn global add react-native
run: yarn global add "react-native@0.74.6"
- name: Install Library Dependencies
run: yarn install
- name: Install Example App Dependencies
Expand Down

0 comments on commit e7e6d90

Please sign in to comment.