Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Update Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Apptek Studios committed Apr 29, 2020
1 parent 464620e commit 6120ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Swift
name: Build

on:
push:
Expand All @@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: set -o pipefail; xcodebuild -project Demo/ASCollectionViewDemo.xcodeproj -scheme ASCollectionView -destination platform\=iOS\ Simulator,OS\=13.3,name\=iPhone\ 11 build | xcpretty
run: set -o pipefail; xcodebuild -project Demo/ASCollectionViewDemo.xcodeproj -scheme ASCollectionViewDemo -destination platform\=iOS\ Simulator,OS\=13.4.1,name\=iPhone\ 11 build | xcpretty
- name: Lint podspec
run: pod lib lint

0 comments on commit 6120ee3

Please sign in to comment.