Skip to content

Commit

Permalink
Fix reference to outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Aug 20, 2023
1 parent c97f27f commit ea6d58b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
project: ${{ env.INPUT_PROJECT }}
scheme: ${{ env.INPUT_SCHEME }}
destination: ${{ steps.destination.otuputs.xcode }}
destination: ${{ steps.destination.outputs.xcode }}
skip-testing: ${{ matrix.skip-testing }}
action: ${{ matrix.action }}
output-formatter: ${{ matrix.output-formatter }}
Expand All @@ -74,7 +74,7 @@ jobs:
with:
project: ${{ env.INPUT_PROJECT }}
scheme: ${{ env.INPUT_SCHEME }}
destination: ${{ steps.destination.otuputs.xcode }}
destination: ${{ steps.destination.outputs.xcode }}
skip-testing: ${{ matrix.skip-testing }}
action: ${{ matrix.action }}
output-formatter: ${{ matrix.output-formatter }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
with:
workspace: ${{ env.INPUT_WORKSPACE }}
scheme: ${{ env.INPUT_SCHEME }}
destination: ${{ steps.destination.otuputs.xcode }}
destination: ${{ steps.destination.outputs.xcode }}
skip-testing: ${{ matrix.skip-testing }}
action: ${{ matrix.action }}
output-formatter: ${{ matrix.output-formatter }}
Expand All @@ -144,7 +144,7 @@ jobs:
with:
workspace: ${{ env.INPUT_WORKSPACE }}
scheme: ${{ env.INPUT_SCHEME }}
destination: ${{ steps.destination.otuputs.xcode }}
destination: ${{ steps.destination.outputs.xcode }}
skip-testing: ${{ matrix.skip-testing }}
action: ${{ matrix.action }}
output-formatter: ${{ matrix.output-formatter }}
Expand Down Expand Up @@ -192,15 +192,15 @@ jobs:
with:
spm-package: ${{ env.INPUT_SPM_PACKAGE }}
scheme: ${{ env.INPUT_SCHEME }}
destination: ${{ steps.destination.otuputs.xcode }}
destination: ${{ steps.destination.outputs.xcode }}
action: ${{ env.INPUT_ACTION }}
output-formatter: ${{ matrix.output-formatter }}
- uses: './'
if: ${{ github.event_name == 'pull_request' }}
with:
spm-package: ${{ env.INPUT_SPM_PACKAGE }}
scheme: ${{ env.INPUT_SCHEME }}
destination: ${{ steps.destination.otuputs.xcode }}
destination: ${{ steps.destination.outputs.xcode }}
action: ${{ env.INPUT_ACTION }}
output-formatter: ${{ matrix.output-formatter }}
- name: Check for derived data
Expand Down

0 comments on commit ea6d58b

Please sign in to comment.