1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

trying a pwsh -Wait

This commit is contained in:
Joseph Flinn
2021-01-07 19:06:10 +00:00
parent 36c9154c40
commit 3869654b44

View File

@@ -43,9 +43,7 @@ jobs:
- name: ResourceHacker Test
shell: pwsh
run: |
$args = "-help"
start-process -filepath "ResourceHacker.exe" -argumentlist $args
start-process -filepath "ResourceHacker.exe" -argumentlist "-help" -Wait
- name: ResourceHacker Test
run: |