1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00
bitwarden-browser/.github/workflows/exp.yml
2021-01-07 19:30:25 +00:00

39 lines
1.1 KiB
YAML

name: Windows Environment Exploration
on:
workflow_dispatch:
jobs:
exp:
runs-on: windows-latest
steps:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Set Node options
run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
shell: pwsh
- name: Download RH
shell: pwsh
run: |
Invoke-WebRequest -Uri http://www.angusj.com/resourcehacker/resource_hacker.zip -OutFile "scripts\resource_hacker.zip"
Expand-Archive -Path "scripts\resource_hacker.zip" -DestinationPath scripts\resource_hacker
- name: Debugging Path
shell: pwsh
run: |
echo "D:\a\cli\cli\scripts\resource_hacker" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo $env:GITHUB_PATH
- name: ResourceHacker Test
shell: pwsh
run: |
start-process -filepath "ResourceHacker.exe" -argumentlist "-help" -Wait
- name: ResourceHacker Test
run: |
ResourceHacker -help