We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b68f6 commit 8a88b55Copy full SHA for 8a88b55
1 file changed
.github/workflows/swift_package_test.yml
@@ -139,13 +139,13 @@ jobs:
139
- name: Create test script
140
run: |
141
mkdir $env:TEMP\test-script
142
+ echo @'
143
+ Set-PSDebug -Trace 1
144
if ("${{ inputs.enable_windows_docker }}" -eq "true") {
145
$Source = "C:\source"
146
} else {
147
$Source = $env:GITHUB_WORKSPACE
148
}
- echo @'
- Set-PSDebug -Trace 1
149
150
# Run the command following `Invoke-Program`.
151
# If that command returns a non-zero exit code, return the same exit code from this script.
0 commit comments