Skip to content

Version 3.1.0 Build 110 from internal developments #85

Version 3.1.0 Build 110 from internal developments

Version 3.1.0 Build 110 from internal developments #85

Workflow file for this run

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-latest
steps:
- name: Xcode Setup
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0.1'
- 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