Add output_file parameter for type -onboarding #98
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
linting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: GitHub Action for SwiftLint | |
uses: norio-nomura/[email protected] | |
test: | |
runs-on: macos-13 | |
steps: | |
- name: Xcode Setup | |
uses: maxim-lobanov/[email protected] | |
with: | |
xcode-version: latest-stable | |
- name: Checkout project | |
uses: actions/checkout@v3 | |
- name: Run Xcodebuild Test, Build | |
shell: bash --noprofile --norc -eo pipefail {0} | |
run: | | |
xcodebuild -project "Notification Agent.xcodeproj" -scheme "IBM Notifier" -destination 'platform=OS X' clean test build | xcpretty |