Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change dir instead of re-running prepare test
  • Loading branch information
angelapwen committed Dec 17, 2022
commit 3dcfa890782ff5568e6470a4f5d267f830769b2f
6 changes: 2 additions & 4 deletions .github/setup-swift/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ runs:
VERSION="5.7.0"
fi
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT
# We return to the appropriate directory for the rest of the workflow.
cd ../action
- uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723
if: "(runner.os != 'Windows') && (matrix.version == 'cached' || matrix.version == 'latest' || matrix.version == 'nightly-latest')"
with:
swift-version: "${{steps.get_swift_version.outputs.version}}"
# We run prepare-test again to return to the appropriate directory before building.
- uses: ./.github/prepare-test
with:
version: ${{ matrix.version }}