Skip to content

Commit

Permalink
Fix workflow and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
r-dent committed Feb 28, 2024
1 parent 746a96d commit 15722c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Test StreamDeckKit
run: set -o pipefail && xcodebuild -scheme StreamDeckKit-Package test -destination "platform=iOS Simulator,name=iPhone 15,OS=latest" -skipMacroValidation | xcpretty
- name: Test StreamDeckKitMacros
run: set -o pipefail && xcodebuild -scheme StreamDeckKitMacros test -destination "platform=iOS Simulator,name=iPhone 15,OS=latest" -skipMacroValidation | xcpretty
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
],
targets: [
.macro(
Expand All @@ -29,8 +29,8 @@ let package = Package(
name: "StreamDeckKitMacrosTests",
dependencies: [
"StreamDeckKitMacros",
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax")
]
),
)
]
)

0 comments on commit 15722c1

Please sign in to comment.