Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Nov 22, 2023
1 parent 67c7f11 commit 71027c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
node-version-file: .nvmrc
cache: 'npm'

- run: npm ci
- run: npm run boostrap
- run: bash ./scripts/run_ci_tasks.sh -a
- run: bash ./scripts/run_ci_tasks.sh -i
6 changes: 0 additions & 6 deletions scripts/run_ci_tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ done

cd $REPO_PATH

yarn

# Android
if $ANDROID ; then
cd example/android


# Build
./gradlew app:assembleDebug

Expand All @@ -60,9 +57,6 @@ if $IOS; then
TARGET_SDK='iphonesimulator'
TEST_DESTINATION='platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max'

# Install the pods
pod install

# Use Debug configurations and a simulator SDK so the build process doesn't attempt to sign the output
xcrun xcodebuild -workspace "${PROJECT_PLATFORM_PATH}/AirshipExample.xcworkspace" -derivedDataPath "${DERIVED_DATA}" -scheme "AirshipExample" -configuration Debug -sdk $TARGET_SDK -destination "${TEST_DESTINATION}"

Expand Down

0 comments on commit 71027c2

Please sign in to comment.