Skip to content

Commit 437cc87

Browse files
committed
update
Signed-off-by: benja2998 <benja2998@duck.com>
1 parent b51b78e commit 437cc87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
- name: Test copy, move, and remove
9595
shell: pwsh
9696
run: |
97+
$testDir = "C:\test_busybox"
98+
Set-Location -Path $testDir
9799
$binary = "C:\busybox64.exe"
98100
# Copy file1.txt to copy_file1.txt
99101
& $binary cp file1.txt copy_file1.txt
@@ -110,6 +112,8 @@ jobs:
110112
- name: Test command chaining and redirection
111113
shell: pwsh
112114
run: |
115+
$testDir = "C:\test_busybox"
116+
Set-Location -Path $testDir
113117
$binary = "C:\busybox64.exe"
114118
& $binary sh -c "echo 'line1' > chain.txt"
115119
& $binary sh -c "echo 'line2' >> chain.txt"

0 commit comments

Comments
 (0)