Skip to content

Commit

Permalink
fixed tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrouse committed Aug 6, 2024
1 parent 72cac8a commit 39581b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
xcode-version: latest-stable
- uses: actions/checkout@v2
- name: Test - "${{ matrix.scheme }}"
run: fastlane scan --scheme "${{ matrix.scheme }}" --output_files "${{ matrix.scheme }}" --derived-data-path "./build" --skip_build true --result_bundle true --output_types junit --xcodebuild_formatter "xcbeautify -q --is-ci" --platform "${{ matrix.destination }}"
run: fastlane scan --scheme "${{ matrix.scheme }}" --output_files "${{ matrix.scheme }}" --derived-data-path "./build" --skip_build true --result_bundle true --output_types junit --xcodebuild_formatter "xcbeautify -q --is-ci" --destination "${{ matrix.destination }}"
working-directory: ${{env.working-directory}}
- name: Archive Code Coverage Report
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 39581b4

Please sign in to comment.