Skip to content

Commit

Permalink
Merge pull request #1 from planetary-social/martindsq-patch-1
Browse files Browse the repository at this point in the history
create swift.yml
  • Loading branch information
martindsq authored Dec 8, 2021
2 parents 0183416 + c0a114d commit 9116adb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Swift

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Build for iOS
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild build-for-testing -scheme Secrets -destination "platform=iOS Simulator,OS=latest,name=iPhone 12" | xcpretty
- name: Run iOS tests
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild test-without-building -scheme Secrets -destination "platform=iOS Simulator,OS=latest,name=iPhone 12" | xcpretty
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/planetary-social/logger-ios",
"state": {
"branch": null,
"revision": "8c0fb24bbdbfee8212941abef1947eefbfa89042",
"version": "0.1.1"
"revision": "d702ccd6e95c1e3154b3206157b1cbf8ea1c7a3e",
"version": "0.0.2"
}
},
{
Expand Down

0 comments on commit 9116adb

Please sign in to comment.