Skip to content

Commit

Permalink
Update snaphost tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Jul 19, 2024
1 parent 3bf24bb commit 8274ea4
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
fail-fast: false
matrix:
include:
- destination: "OS=16.1,name=iPhone 14 Pro"
- destination: "OS=17.0,name=iPhone 14 Pro"
name: "iOS"
sdk: iphonesimulator
- destination: "OS=16.1,name=Apple TV"
- destination: "OS=17.2,name=Apple TV"
name: "tvOS"
sdk: appletvsimulator
- destination: "OS=9.1,name=Apple Watch Series 8 (45mm)"
Expand All @@ -59,11 +59,11 @@ jobs:

discover-typos:
name: Discover Typos
runs-on: macOS-12
runs-on: macOS-13
env:
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Discover typos
run: |
export PATH="$PATH:/Library/Frameworks/Python.framework/Versions/3.11/bin"
Expand Down
6 changes: 3 additions & 3 deletions Sources/SkeletonUI/Classes/Core/SkeletonConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public enum SkeletonConstants {
/// Default gradient for the skeleton view.
public static let gradient: Gradient = .init(
stops: [
.init(color: .black.opacity(.opacity), location: 0.8),
.init(color: .black, location: 0.9),
.init(color: .black.opacity(.opacity), location: 1.0),
.init(color: .gray.opacity(.opacity), location: 0.8),
.init(color: .gray, location: 0.9),
.init(color: .gray.opacity(.opacity), location: 1.0),
]
)
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8274ea4

Please sign in to comment.