Skip to content

Merge pull request #16 from HelioMesquita/feature/moving_framework_to… #18

Merge pull request #16 from HelioMesquita/feature/moving_framework_to…

Merge pull request #16 from HelioMesquita/feature/moving_framework_to… #18

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-and-test:
runs-on: maci7
steps:
- uses: actions/checkout@v3
- name: Xcodegen
run: xcodegen
- name: Build and test
run: xcodebuild -scheme SwiftmazingTests -destination 'platform=iOS Simulator,name=iPhone 14' -workspace Swiftmazing.xcworkspace/ test