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

adding debugging step

This commit is contained in:
Joseph Flinn 2021-01-06 20:48:11 +00:00
parent 509a71ef08
commit 4e9167e831

View File

@ -16,6 +16,9 @@ jobs:
run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
shell: pwsh shell: pwsh
- name: Dir
run: dir C:\Users
- name: Install & Test pkg - name: Install & Test pkg
run: | run: |
npm install -g pkg npm install -g pkg