Skip to content

Commit 3478727

Browse files
committed
Fix issue
1 parent 3d3de89 commit 3478727

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/windows-build-and-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: rclnodejs - Windows Build & Test
32

43
on:
@@ -56,6 +55,11 @@ jobs:
5655
5756
- uses: actions/checkout@v4
5857

58+
- name: Open new PowerShell session
59+
shell: powershell
60+
run: |
61+
start-process powershell -ArgumentList '-NoExit', '-Command', 'Write-Host "New PowerShell session started"'
62+
5963
- name: Build rclnodejs
6064
shell: cmd
6165
run: |

0 commit comments

Comments
 (0)