Skip to content

[#491] Add swift function of replace all in #567

[#491] Add swift function of replace all in

[#491] Add swift function of replace all in #567

name: Test Install Script
on:
push:
branches: [ feature/**, bug/**, chore/** ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
Test:
name: Test
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Bundle install
run: bundle install
- name: Start Install Script for Template App
run: sh make.sh --bundle-id co.nimblehq.template --bundle-id-staging co.nimblehq.template.staging --project-name TemplateApp --interface UIKit
- name: Build and Test
run: bundle exec fastlane buildAndTest
env:
CI: true