Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DivyaniPatel96 authored Apr 30, 2024
1 parent 436566e commit 14cd4e1
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,7 @@ on:
message:
description: 'Build description'



jobs:
build:
runs-on: macOS-latest
# timeout-minutes: 30

steps:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-node@master
with:
node-version: '21.2.0'

- name: Install dependencies
run: npm install

- name: 'Create env file'
env:
env:
WORKSPACE: ${{ 'ios/ParentBuddyApp.xcworkspace' }}
SCHEME: ${{ 'ParentBuddyAppDev' }}
CONFIGURATION: ${{ 'Release' }}
Expand Down Expand Up @@ -59,6 +40,24 @@ jobs:
# DISTRIBUTION_CERTIFICATE: ${{ secrets.APPLE_APP_DISTRIBUTION_CERTIFICATE }}
# DISTRIBUTION_PROFILE_PROD: ${{secrets.APPLE_DISTRIBUTION_PROFILE }}


jobs:
build:
runs-on: macOS-latest
# timeout-minutes: 30

steps:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-node@master
with:
node-version: '21.2.0'

- name: Install dependencies
run: npm install

- name: 'Create env file'
run: |
touch .env
echo apiUrlDevelop=${{ secrets.APIURLDEVELOP }} >> .env
Expand Down

0 comments on commit 14cd4e1

Please sign in to comment.