Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Dec 6, 2023
1 parent b9acbc8 commit 45afb72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
languages: "swift"

- name: Test
run: xcodebuild test -scheme KukaiCoreSwift -sdk iphonesimulator -destination "platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro" -enableCodeCoverage YES -resultBundlePath "$PWD/xcode-${{NOW}}.xcresult"
run: xcodebuild test -scheme KukaiCoreSwift -sdk iphonesimulator -destination "platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro" -enableCodeCoverage YES -resultBundlePath "$PWD/xcode-$NOW.xcresult"

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
Expand All @@ -40,8 +40,8 @@ jobs:
if: ${{ success() || failure() }}
uses: actions/[email protected]
with:
name: "results-${{NOW}}.xcresult"
path: "$PWD/xcode-${{NOW}}.xcresult"
name: "results-$NOW.xcresult"
path: "$PWD/xcode-$NOW.xcresult"



Expand Down

0 comments on commit 45afb72

Please sign in to comment.