1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-02 08:40:08 +01:00

trying to cd into resource_hacker

This commit is contained in:
Joseph Flinn 2021-01-07 18:25:15 +00:00
parent 344c58011e
commit 28f92d10b9

View File

@ -46,5 +46,8 @@ jobs:
$args = "-help"
start-process -filepath "ResourceHacker.exe" -argumentlist $args
- name: ResourceHacker Test
run: ResoureHacker.exe -help
run: |
cd resource_hacker
ResoureHacker.exe -help