Skip to content

[#498] Update Script: SetUpCICDService to ask for runner type #111

[#498] Update Script: SetUpCICDService to ask for runner type

[#498] Update Script: SetUpCICDService to ask for runner type #111

name: Test UIKit 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: {RUNNER_TYPE}

Check failure on line 14 in .github/workflows/test_uikit_install_script.yml

View workflow run for this annotation

GitHub Actions / Test UIKit Install Script

Invalid workflow file

The workflow is not valid. .github/workflows/test_uikit_install_script.yml (Line: 14, Col: 15): Unexpected value 'RUNNER_TYPE'
steps:
- uses: actions/checkout@v3
- name: Bundle install
run: bundle install
- name: Start Install Script for UIKit Template App
run: swift run --package-path Scripts/Swift/iOSTemplateMaker iOSTemplateMaker make --bundle-id-production co.nimblehq.ios.templates --bundle-id-staging co.nimblehq.ios.templates.staging --project-name TemplateApp --interface UIKit
- name: Build and Test
run: bundle exec fastlane buildAndTest
env:
CI: true