Skip to content

Commit

Permalink
Adapt optional sdk workflow for separating coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed May 30, 2024
1 parent 9271522 commit 58398e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/optional-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
max-parallel: 3
matrix:
package-swift:
- Package.NolPay.swift
- Package.Klarna.swift
- { name: 'nol-pay', file: 'Package.NolPay.swift' }
- { name: 'klarna', file: Package.Klarna.swift }

steps:
- name: Cancel previous jobs
Expand All @@ -37,5 +37,5 @@ jobs:
fastlane-password: ${{ secrets.FASTLANE_PASSWORD }}
match-keychain-name: ${{ secrets.MATCH_KEYCHAIN_NAME }}
match-keychain-password: ${{ secrets.MATCH_KEYCHAIN_PASSWORD }}
coverage-file-name: sonar-coverage.xml
package-swift: ${{ matrix.package-swift }}
coverage-file-name: sonar-coverage-${{ matrix.package-swift.file }}.xml
package-swift: ${{ matrix.package-swift.name }}

0 comments on commit 58398e1

Please sign in to comment.