Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jea0716 authored Nov 23, 2023
1 parent 1af25d2 commit 9477e4c
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,12 @@ on:
branches: [ "iOS" ]
pull_request:
branches: [ "iOS" ]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
print_tags:
description: 'True to print to STDOUT'
required: true
type: boolean
tags:
description: 'Test scenario tags'
required: true
type: string
environment:
description: 'Environment to run tests against'
type: environment
required: true


jobs:
build:
name: Build and Test default scheme using any available iPhone simulator
runs-on: macos-13-xlarge
defaults:
run:
working-directory: ./iOS/Village
runs-on: macos-lastest

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
- uses: actions/checkout@v3
- name: Build
run: |
Expand Down

0 comments on commit 9477e4c

Please sign in to comment.