Skip to content

Commit

Permalink
Run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrmarin committed Jul 16, 2024
1 parent 444a02b commit e325aed
Show file tree
Hide file tree
Showing 8 changed files with 774 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Build and test
run: |
bundle
xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "nmbr-icu" -destination "platform=iOS Simulator,name=iPhone 15"
xcodebuild test -project "nmbr-icu.xcprojct" -scheme "nmbr-icu" -destination "platform=iOS Simulator,name=iPhone 15"
6 changes: 6 additions & 0 deletions Sources/nmbr-icu/Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

framework module nmbr_icu {
header "NMBRFormatter.h"

export *
}
6 changes: 3 additions & 3 deletions Tests/nmbr-icu.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"testTargets" : [
{
"target" : {
"containerPath" : "container:nmbr.xcodeproj",
"identifier" : "8F2608A62C3DDEE4001391F7",
"name" : "nmbrTests"
"containerPath" : "container:nmbr-icu.xcodeproj",
"identifier" : "8F980DCA2C4666C5009F255A",
"name" : "nmbr-icuTests"
}
}
],
Expand Down
File renamed without changes.
Loading

0 comments on commit e325aed

Please sign in to comment.