Skip to content

Commit 8a88b55

Browse files
committed
Move location of source folder configuration
1 parent d4b68f6 commit 8a88b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift_package_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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)