Skip to content

Commit

Permalink
Update AutoPkgReleaseNupkg.yaml
Browse files Browse the repository at this point in the history
increase verbosity of test run output when installed through chocolatey
  • Loading branch information
jgstew committed Jan 17, 2024
1 parent f81a51f commit ddeaa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoPkgReleaseNupkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: choco install autopkg -s "$env:USERPROFILE\Library\AutoPkg\Cache\com.github.jgstew.nupkg.AutoPkg\nupkgs\" --pre --no-progress --yes --force --verbose

- name: test autopkg chocolately install
run: autopkg run -v Test-Recipes/AutopkgCore.test.recipe.yaml
run: autopkg run -vv Test-Recipes/AutopkgCore.test.recipe.yaml

- name: Get Choco log contents if failure occurs
if: ${{ failure() }}
Expand Down

0 comments on commit ddeaa85

Please sign in to comment.