Skip to content

Commit

Permalink
Update OSVer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Jan 14, 2025
1 parent dcd4367 commit d2d1f04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/OSVer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ jobs:
- name: Run Swift Package tests
if: "!matrix.type"
run: swift test -v --enable-code-coverage

- name: Enable Swift Testing
if: matrix.type
run: |
mkdir -p ~/Library/org.swift.swiftpm/security/
cp macros.json ~/Library/org.swift.swiftpm/security/
# Common iOS/watchOS Test Steps
- name: Run Device Tests
Expand Down

0 comments on commit d2d1f04

Please sign in to comment.