Skip to content

Commit e72b2b7

Browse files
authored
Merge pull request #72 from award999/source-folder
Move location of source folder configuration
2 parents d4b68f6 + 7d3b895 commit e72b2b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
swift_version: ['5.9', '5.10', '6.0', 'nightly', 'nightly-6.0']
102+
swift_version: ['5.9', '6.0', 'nightly', 'nightly-6.0']
103103
exclude:
104104
- ${{ fromJson(inputs.windows_exclude_swift_versions) }}
105105
steps:
@@ -139,13 +139,13 @@ jobs:
139139
- name: Create test script
140140
run: |
141141
mkdir $env:TEMP\test-script
142+
echo @'
143+
Set-PSDebug -Trace 1
142144
if ("${{ inputs.enable_windows_docker }}" -eq "true") {
143145
$Source = "C:\source"
144146
} else {
145147
$Source = $env:GITHUB_WORKSPACE
146148
}
147-
echo @'
148-
Set-PSDebug -Trace 1
149149
150150
# Run the command following `Invoke-Program`.
151151
# If that command returns a non-zero exit code, return the same exit code from this script.

0 commit comments

Comments
 (0)