Skip to content

Commit

Permalink
Merge pull request #72 from award999/source-folder
Browse files Browse the repository at this point in the history
Move location of source folder configuration
  • Loading branch information
ahoppen authored Dec 4, 2024
2 parents d4b68f6 + 7d3b895 commit e72b2b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
swift_version: ['5.9', '5.10', '6.0', 'nightly', 'nightly-6.0']
swift_version: ['5.9', '6.0', 'nightly', 'nightly-6.0']
exclude:
- ${{ fromJson(inputs.windows_exclude_swift_versions) }}
steps:
Expand Down Expand Up @@ -139,13 +139,13 @@ jobs:
- name: Create test script
run: |
mkdir $env:TEMP\test-script
echo @'
Set-PSDebug -Trace 1
if ("${{ inputs.enable_windows_docker }}" -eq "true") {
$Source = "C:\source"
} else {
$Source = $env:GITHUB_WORKSPACE
}
echo @'
Set-PSDebug -Trace 1
# Run the command following `Invoke-Program`.
# If that command returns a non-zero exit code, return the same exit code from this script.
Expand Down

0 comments on commit e72b2b7

Please sign in to comment.